App.g.cs 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #pragma checksum "C:\IDTemplate\IDTemplate\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2EF9FF2CD9E5165BAF4577898E1D7BA9"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. // This code was generated by a tool.
  5. // Runtime Version:4.0.30319.296
  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 System;
  12. using System.Windows;
  13. using System.Windows.Automation;
  14. using System.Windows.Automation.Peers;
  15. using System.Windows.Automation.Provider;
  16. using System.Windows.Controls;
  17. using System.Windows.Controls.Primitives;
  18. using System.Windows.Data;
  19. using System.Windows.Documents;
  20. using System.Windows.Ink;
  21. using System.Windows.Input;
  22. using System.Windows.Interop;
  23. using System.Windows.Markup;
  24. using System.Windows.Media;
  25. using System.Windows.Media.Animation;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Resources;
  28. using System.Windows.Shapes;
  29. using System.Windows.Threading;
  30. namespace IDTemplate {
  31. public partial class App : System.Windows.Application {
  32. private bool _contentLoaded;
  33. /// <summary>
  34. /// InitializeComponent
  35. /// </summary>
  36. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  37. public void InitializeComponent() {
  38. if (_contentLoaded) {
  39. return;
  40. }
  41. _contentLoaded = true;
  42. System.Windows.Application.LoadComponent(this, new System.Uri("/IDTemplate;component/App.xaml", System.UriKind.Relative));
  43. }
  44. }
  45. }