MainWindow.g.i.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. #pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B44846F99CC5451B5B0781056A980EA92A08B8ECBAC47F50FAB10DCD9922EAE6"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MaterialDesignThemes.Wpf;
  12. using MaterialDesignThemes.Wpf.Converters;
  13. using MaterialDesignThemes.Wpf.Transitions;
  14. using System;
  15. using System.Diagnostics;
  16. using System.Windows;
  17. using System.Windows.Automation;
  18. using System.Windows.Controls;
  19. using System.Windows.Controls.Primitives;
  20. using System.Windows.Data;
  21. using System.Windows.Documents;
  22. using System.Windows.Ink;
  23. using System.Windows.Input;
  24. using System.Windows.Markup;
  25. using System.Windows.Media;
  26. using System.Windows.Media.Animation;
  27. using System.Windows.Media.Effects;
  28. using System.Windows.Media.Imaging;
  29. using System.Windows.Media.Media3D;
  30. using System.Windows.Media.TextFormatting;
  31. using System.Windows.Navigation;
  32. using System.Windows.Shapes;
  33. using System.Windows.Shell;
  34. using WpfAppUI;
  35. namespace WpfAppUI {
  36. /// <summary>
  37. /// MainWindow
  38. /// </summary>
  39. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  40. #line 104 "..\..\MainWindow.xaml"
  41. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  42. internal System.Windows.Controls.Frame MainFrame;
  43. #line default
  44. #line hidden
  45. private bool _contentLoaded;
  46. /// <summary>
  47. /// InitializeComponent
  48. /// </summary>
  49. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  50. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  51. public void InitializeComponent() {
  52. if (_contentLoaded) {
  53. return;
  54. }
  55. _contentLoaded = true;
  56. System.Uri resourceLocater = new System.Uri("/WpfAppUI;component/mainwindow.xaml", System.UriKind.Relative);
  57. #line 1 "..\..\MainWindow.xaml"
  58. System.Windows.Application.LoadComponent(this, resourceLocater);
  59. #line default
  60. #line hidden
  61. }
  62. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  64. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  68. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  69. switch (connectionId)
  70. {
  71. case 1:
  72. this.MainFrame = ((System.Windows.Controls.Frame)(target));
  73. return;
  74. }
  75. this._contentLoaded = true;
  76. }
  77. }
  78. }