MainWindow.g.i.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. #pragma checksum "..\..\..\..\View\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "4FA3123F5FEDB158C207C23D911BE7620CE3B16A"
  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.Controls.Ribbon;
  21. using System.Windows.Data;
  22. using System.Windows.Documents;
  23. using System.Windows.Ink;
  24. using System.Windows.Input;
  25. using System.Windows.Markup;
  26. using System.Windows.Media;
  27. using System.Windows.Media.Animation;
  28. using System.Windows.Media.Effects;
  29. using System.Windows.Media.Imaging;
  30. using System.Windows.Media.Media3D;
  31. using System.Windows.Media.TextFormatting;
  32. using System.Windows.Navigation;
  33. using System.Windows.Shapes;
  34. using System.Windows.Shell;
  35. using WpfAppUI;
  36. namespace WpfAppUI {
  37. /// <summary>
  38. /// MainWindow
  39. /// </summary>
  40. public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  41. #line 96 "..\..\..\..\View\MainWindow.xaml"
  42. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  43. internal System.Windows.Controls.Frame MainFrame;
  44. #line default
  45. #line hidden
  46. private bool _contentLoaded;
  47. /// <summary>
  48. /// InitializeComponent
  49. /// </summary>
  50. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  51. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.4.0")]
  52. public void InitializeComponent() {
  53. if (_contentLoaded) {
  54. return;
  55. }
  56. _contentLoaded = true;
  57. System.Uri resourceLocater = new System.Uri("/WpfAppUI;component/view/mainwindow.xaml", System.UriKind.Relative);
  58. #line 1 "..\..\..\..\View\MainWindow.xaml"
  59. System.Windows.Application.LoadComponent(this, resourceLocater);
  60. #line default
  61. #line hidden
  62. }
  63. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  64. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.4.0")]
  65. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  69. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  70. switch (connectionId)
  71. {
  72. case 1:
  73. this.MainFrame = ((System.Windows.Controls.Frame)(target));
  74. return;
  75. }
  76. this._contentLoaded = true;
  77. }
  78. }
  79. }