App.g.i.cs 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7F575623E2A0E14C2755CBA0392B1697C89645806273804034E1E8D5D23F27A2"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using PFC;
  12. using ScottPlot;
  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.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace PFC {
  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", "4.0.0.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("Program/Verification/verif_Window.xaml", System.UriKind.Relative);
  51. #line default
  52. #line hidden
  53. System.Uri resourceLocater = new System.Uri("/PFC;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", "4.0.0.0")]
  65. public static void Main() {
  66. SplashScreen splashScreen = new SplashScreen("resources/splashscreen.png");
  67. splashScreen.Show(true);
  68. PFC.App app = new PFC.App();
  69. app.InitializeComponent();
  70. app.Run();
  71. }
  72. }
  73. }