App.g.i.cs 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "C8434FAC00D638597BDDAFE58600F6F6E7C98FE3"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MyMoviesWPF.MVVM.View;
  12. using MyMoviesWPF.MVVM.ViewModel;
  13. using System;
  14. using System.Diagnostics;
  15. using System.Windows;
  16. using System.Windows.Automation;
  17. using System.Windows.Controls;
  18. using System.Windows.Controls.Primitives;
  19. using System.Windows.Controls.Ribbon;
  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. namespace MyMoviesWPF {
  35. /// <summary>
  36. /// App
  37. /// </summary>
  38. public partial class App : System.Windows.Application {
  39. private bool _contentLoaded;
  40. /// <summary>
  41. /// InitializeComponent
  42. /// </summary>
  43. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  45. public void InitializeComponent() {
  46. if (_contentLoaded) {
  47. return;
  48. }
  49. _contentLoaded = true;
  50. #line 6 "..\..\..\App.xaml"
  51. this.StartupUri = new System.Uri("MVVM\\View\\Catalog.xaml", System.UriKind.Relative);
  52. #line default
  53. #line hidden
  54. System.Uri resourceLocater = new System.Uri("/MyMoviesWPF;V1.0.0.0;component/app.xaml", System.UriKind.Relative);
  55. #line 1 "..\..\..\App.xaml"
  56. System.Windows.Application.LoadComponent(this, resourceLocater);
  57. #line default
  58. #line hidden
  59. }
  60. /// <summary>
  61. /// Application Entry Point.
  62. /// </summary>
  63. [System.STAThreadAttribute()]
  64. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  65. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  66. public static void Main() {
  67. MyMoviesWPF.App app = new MyMoviesWPF.App();
  68. app.InitializeComponent();
  69. app.Run();
  70. }
  71. }
  72. }