SignUpView.g.i.cs 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #pragma checksum "..\..\..\..\..\..\MVVM\View\UserInit\SignUpView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "7EAC3EE6A02D8920C32BC539D62B41EC1E039CBB"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MaterialDesignThemes.MahApps;
  12. using MaterialDesignThemes.Wpf;
  13. using MaterialDesignThemes.Wpf.Converters;
  14. using MaterialDesignThemes.Wpf.Transitions;
  15. using MyMoviesWPF.MVVM.View.UserInit;
  16. using System;
  17. using System.Diagnostics;
  18. using System.Windows;
  19. using System.Windows.Automation;
  20. using System.Windows.Controls;
  21. using System.Windows.Controls.Primitives;
  22. using System.Windows.Controls.Ribbon;
  23. using System.Windows.Data;
  24. using System.Windows.Documents;
  25. using System.Windows.Ink;
  26. using System.Windows.Input;
  27. using System.Windows.Markup;
  28. using System.Windows.Media;
  29. using System.Windows.Media.Animation;
  30. using System.Windows.Media.Effects;
  31. using System.Windows.Media.Imaging;
  32. using System.Windows.Media.Media3D;
  33. using System.Windows.Media.TextFormatting;
  34. using System.Windows.Navigation;
  35. using System.Windows.Shapes;
  36. using System.Windows.Shell;
  37. namespace MyMoviesWPF.MVVM.View.UserInit {
  38. /// <summary>
  39. /// SignUpView
  40. /// </summary>
  41. public partial class SignUpView : System.Windows.Window, System.Windows.Markup.IComponentConnector {
  42. #line 32 "..\..\..\..\..\..\MVVM\View\UserInit\SignUpView.xaml"
  43. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
  44. internal System.Windows.Controls.PasswordBox Password;
  45. #line default
  46. #line hidden
  47. private bool _contentLoaded;
  48. /// <summary>
  49. /// InitializeComponent
  50. /// </summary>
  51. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  52. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  53. public void InitializeComponent() {
  54. if (_contentLoaded) {
  55. return;
  56. }
  57. _contentLoaded = true;
  58. System.Uri resourceLocater = new System.Uri("/MyMoviesWPF;component/mvvm/view/userinit/signupview.xaml", System.UriKind.Relative);
  59. #line 1 "..\..\..\..\..\..\MVVM\View\UserInit\SignUpView.xaml"
  60. System.Windows.Application.LoadComponent(this, resourceLocater);
  61. #line default
  62. #line hidden
  63. }
  64. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  65. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  66. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  67. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  68. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  69. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  70. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  71. switch (connectionId)
  72. {
  73. case 1:
  74. this.Password = ((System.Windows.Controls.PasswordBox)(target));
  75. return;
  76. }
  77. this._contentLoaded = true;
  78. }
  79. }
  80. }