UserView.g.i.cs 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. #pragma checksum "..\..\..\..\..\..\MVVM\View\Controls\UserView.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "1E0D7FCCC6E56B4F96239B690A26C3BBB825C4E9"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // Этот код создан программой.
  5. // Исполняемая версия:4.0.30319.42000
  6. //
  7. // Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
  8. // повторной генерации кода.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using MyMoviesWPF.MVVM.View;
  12. using MyMoviesWPF.MVVM.ViewModel;
  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.Controls.Ribbon;
  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. namespace MyMoviesWPF.MVVM.View {
  35. /// <summary>
  36. /// UserView
  37. /// </summary>
  38. public partial class UserView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  39. private bool _contentLoaded;
  40. /// <summary>
  41. /// InitializeComponent
  42. /// </summary>
  43. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  45. public void InitializeComponent() {
  46. if (_contentLoaded) {
  47. return;
  48. }
  49. _contentLoaded = true;
  50. System.Uri resourceLocater = new System.Uri("/MyMoviesWPF;component/mvvm/view/controls/userview.xaml", System.UriKind.Relative);
  51. #line 1 "..\..\..\..\..\..\MVVM\View\Controls\UserView.xaml"
  52. System.Windows.Application.LoadComponent(this, resourceLocater);
  53. #line default
  54. #line hidden
  55. }
  56. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  57. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "6.0.2.0")]
  58. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  61. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  62. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  63. this._contentLoaded = true;
  64. }
  65. }
  66. }