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.

71 lines
2.2 KiB

  1. #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "1EE013DD5E27BA9DF3E3172EFA55CDBA91A9DE4F38137FA57D64E5F325EAF6FC"
  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;
  12. using System;
  13. using System.Diagnostics;
  14. using System.Windows;
  15. using System.Windows.Automation;
  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.Markup;
  23. using System.Windows.Media;
  24. using System.Windows.Media.Animation;
  25. using System.Windows.Media.Effects;
  26. using System.Windows.Media.Imaging;
  27. using System.Windows.Media.Media3D;
  28. using System.Windows.Media.TextFormatting;
  29. using System.Windows.Navigation;
  30. using System.Windows.Shapes;
  31. using System.Windows.Shell;
  32. namespace Example {
  33. /// <summary>
  34. /// App
  35. /// </summary>
  36. public partial class App : System.Windows.Application {
  37. /// <summary>
  38. /// InitializeComponent
  39. /// </summary>
  40. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  41. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  42. public void InitializeComponent() {
  43. #line 5 "..\..\App.xaml"
  44. this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
  45. #line default
  46. #line hidden
  47. }
  48. /// <summary>
  49. /// Application Entry Point.
  50. /// </summary>
  51. [System.STAThreadAttribute()]
  52. [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  53. [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  54. public static void Main() {
  55. Example.App app = new Example.App();
  56. app.InitializeComponent();
  57. app.Run();
  58. }
  59. }
  60. }