Emploee.g.cs 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #pragma checksum "..\..\..\View\Emploee.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "FC3F2580A9D0BBD9D24E5CEEB3CC3AE526E65152392D92BD2AB0EDF2AB3CC9FD"
  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.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. using WpfAppUI.View;
  35. namespace WpfAppUI.View {
  36. /// <summary>
  37. /// Emploee
  38. /// </summary>
  39. public partial class Emploee : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
  40. private bool _contentLoaded;
  41. /// <summary>
  42. /// InitializeComponent
  43. /// </summary>
  44. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  45. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  46. public void InitializeComponent() {
  47. if (_contentLoaded) {
  48. return;
  49. }
  50. _contentLoaded = true;
  51. System.Uri resourceLocater = new System.Uri("/WpfAppUI;component/view/emploee.xaml", System.UriKind.Relative);
  52. #line 1 "..\..\..\View\Emploee.xaml"
  53. System.Windows.Application.LoadComponent(this, resourceLocater);
  54. #line default
  55. #line hidden
  56. }
  57. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  59. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  62. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  63. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  64. this._contentLoaded = true;
  65. }
  66. }
  67. }