MainWindow.g.cs 3.0 KB

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