You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 8 месеци
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #pragma checksum "..\..\..\Views\HomeView.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A9FE14BB2494507CBB9FB3AC41C8D9EAD11879F5EEE840CF159228273D1553FB"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.42000
  6. //
  7. // Changes to this file may cause incorrect behavior and will be lost if
  8. // the code is regenerated.
  9. // </auto-generated>
  10. //------------------------------------------------------------------------------
  11. using Example.Views;
  12. using Material.Icons.WPF;
  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.Data;
  20. using System.Windows.Documents;
  21. using System.Windows.Ink;
  22. using System.Windows.Input;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Effects;
  27. using System.Windows.Media.Imaging;
  28. using System.Windows.Media.Media3D;
  29. using System.Windows.Media.TextFormatting;
  30. using System.Windows.Navigation;
  31. using System.Windows.Shapes;
  32. using System.Windows.Shell;
  33. namespace Example.Views {
  34. /// <summary>
  35. /// HomeView
  36. /// </summary>
  37. public partial class HomeView : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
  38. private bool _contentLoaded;
  39. /// <summary>
  40. /// InitializeComponent
  41. /// </summary>
  42. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  43. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  44. public void InitializeComponent() {
  45. if (_contentLoaded) {
  46. return;
  47. }
  48. _contentLoaded = true;
  49. System.Uri resourceLocater = new System.Uri("/Example;component/views/homeview.xaml", System.UriKind.Relative);
  50. #line 1 "..\..\..\Views\HomeView.xaml"
  51. System.Windows.Application.LoadComponent(this, resourceLocater);
  52. #line default
  53. #line hidden
  54. }
  55. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  56. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  57. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
  58. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
  59. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
  60. [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
  61. void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
  62. this._contentLoaded = true;
  63. }
  64. }
  65. }