App.g.i.cs 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. #pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "076BF2C54646EA221F3A40286C357FA55DD7747E"
  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 System;
  12. using System.Diagnostics;
  13. using System.Windows;
  14. using System.Windows.Automation;
  15. using System.Windows.Controls;
  16. using System.Windows.Controls.Primitives;
  17. using System.Windows.Data;
  18. using System.Windows.Documents;
  19. using System.Windows.Ink;
  20. using System.Windows.Input;
  21. using System.Windows.Markup;
  22. using System.Windows.Media;
  23. using System.Windows.Media.Animation;
  24. using System.Windows.Media.Effects;
  25. using System.Windows.Media.Imaging;
  26. using System.Windows.Media.Media3D;
  27. using System.Windows.Media.TextFormatting;
  28. using System.Windows.Navigation;
  29. using System.Windows.Shapes;
  30. using System.Windows.Shell;
  31. namespace ANT_NetDll_Demo {
  32. /// <summary>
  33. /// App
  34. /// </summary>
  35. public partial class App : System.Windows.Application {
  36. /// <summary>
  37. /// InitializeComponent
  38. /// </summary>
  39. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  40. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  41. public void InitializeComponent() {
  42. #line 12 "..\..\..\App.xaml"
  43. this.StartupUri = new System.Uri("DemoWindow.xaml", System.UriKind.Relative);
  44. #line default
  45. #line hidden
  46. }
  47. /// <summary>
  48. /// Application Entry Point.
  49. /// </summary>
  50. [System.STAThreadAttribute()]
  51. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  52. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  53. public static void Main() {
  54. ANT_NetDll_Demo.App app = new ANT_NetDll_Demo.App();
  55. app.InitializeComponent();
  56. app.Run();
  57. }
  58. }
  59. }