App.g.cs 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "F0FB1150E598A03E28EE653DB926FDC34359D7C4"
  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.Controls.Ribbon;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. using WpfAppUI;
  33. namespace WpfAppUI {
  34. /// <summary>
  35. /// App
  36. /// </summary>
  37. public partial class App : System.Windows.Application {
  38. private bool _contentLoaded;
  39. /// <summary>
  40. /// InitializeComponent
  41. /// </summary>
  42. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.4.0")]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. #line 5 "..\..\..\App.xaml"
  50. this.StartupUri = new System.Uri("View/MainWindow.xaml", System.UriKind.Relative);
  51. #line default
  52. #line hidden
  53. System.Uri resourceLocater = new System.Uri("/WpfAppUI;component/app.xaml", System.UriKind.Relative);
  54. #line 1 "..\..\..\App.xaml"
  55. System.Windows.Application.LoadComponent(this, resourceLocater);
  56. #line default
  57. #line hidden
  58. }
  59. /// <summary>
  60. /// Application Entry Point.
  61. /// </summary>
  62. [System.STAThreadAttribute()]
  63. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  64. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "7.0.4.0")]
  65. public static void Main() {
  66. WpfAppUI.App app = new WpfAppUI.App();
  67. app.InitializeComponent();
  68. app.Run();
  69. }
  70. }
  71. }