App.g.i.cs 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #pragma checksum "..\..\..\..\Core\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "06D17DFC254920595D72A119948123D02C1EB299"
  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 UIFIS;
  36. namespace UIFIS {
  37. /// <summary>
  38. /// App
  39. /// </summary>
  40. public partial class App : System.Windows.Application, System.Windows.Markup.IComponentConnector {
  41. private bool _contentLoaded;
  42. /// <summary>
  43. /// InitializeComponent
  44. /// </summary>
  45. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  46. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  47. public void InitializeComponent() {
  48. #line 5 "..\..\..\..\Core\App.xaml"
  49. this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
  50. #line default
  51. #line hidden
  52. if (_contentLoaded) {
  53. return;
  54. }
  55. _contentLoaded = true;
  56. System.Uri resourceLocater = new System.Uri("/UIFIS;V1.0.0.0;component/core/app.xaml", System.UriKind.Relative);
  57. #line 1 "..\..\..\..\Core\App.xaml"
  58. System.Windows.Application.LoadComponent(this, resourceLocater);
  59. #line default
  60. #line hidden
  61. }
  62. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  63. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  64. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  65. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  66. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  68. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  69. this._contentLoaded = true;
  70. }
  71. }
  72. }