Registration.g.i.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. #pragma checksum "..\..\..\View\Registration.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "32471F941F3048DF7C2E3A3EB7EBED1CBD954588AC831AAD1624C442092DBAAA"
  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 Microsoft.Xaml.Behaviors;
  15. using Microsoft.Xaml.Behaviors.Core;
  16. using Microsoft.Xaml.Behaviors.Input;
  17. using Microsoft.Xaml.Behaviors.Layout;
  18. using Microsoft.Xaml.Behaviors.Media;
  19. using Rkis29.View;
  20. using Rkis29.ViewModel;
  21. using System;
  22. using System.Diagnostics;
  23. using System.Windows;
  24. using System.Windows.Automation;
  25. using System.Windows.Controls;
  26. using System.Windows.Controls.Primitives;
  27. using System.Windows.Data;
  28. using System.Windows.Documents;
  29. using System.Windows.Ink;
  30. using System.Windows.Input;
  31. using System.Windows.Markup;
  32. using System.Windows.Media;
  33. using System.Windows.Media.Animation;
  34. using System.Windows.Media.Effects;
  35. using System.Windows.Media.Imaging;
  36. using System.Windows.Media.Media3D;
  37. using System.Windows.Media.TextFormatting;
  38. using System.Windows.Navigation;
  39. using System.Windows.Shapes;
  40. using System.Windows.Shell;
  41. namespace Rkis29.View {
  42. /// <summary>
  43. /// Registration
  44. /// </summary>
  45. public partial class Registration : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  46. #line 9 "..\..\..\View\Registration.xaml"
  47. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  48. internal Rkis29.View.Registration ProfilWND;
  49. #line default
  50. #line hidden
  51. #line 27 "..\..\..\View\Registration.xaml"
  52. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  53. internal System.Windows.Controls.DataGrid GridTask;
  54. #line default
  55. #line hidden
  56. private bool _contentLoaded;
  57. /// <summary>
  58. /// InitializeComponent
  59. /// </summary>
  60. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  61. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  62. public void InitializeComponent() {
  63. if (_contentLoaded) {
  64. return;
  65. }
  66. _contentLoaded = true;
  67. System.Uri resourceLocater = new System.Uri("/Rkis29;component/view/registration.xaml", System.UriKind.Relative);
  68. #line 1 "..\..\..\View\Registration.xaml"
  69. System.Windows.Application.LoadComponent(this, resourceLocater);
  70. #line default
  71. #line hidden
  72. }
  73. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  74. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  75. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  76. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  77. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  78. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  79. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  80. switch (connectionId)
  81. {
  82. case 1:
  83. this.ProfilWND = ((Rkis29.View.Registration)(target));
  84. return;
  85. case 2:
  86. this.GridTask = ((System.Windows.Controls.DataGrid)(target));
  87. return;
  88. }
  89. this._contentLoaded = true;
  90. }
  91. }
  92. }