App.g.i.cs
上传用户:liuqi822
上传日期:2022-03-21
资源大小:88k
文件大小:2k
源码类别:

屏幕保护

开发平台:

Visual C++

  1. #pragma checksum "....App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "64737B1E6A4D1F3AC975936FC9A887C5"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     This code was generated by a tool.
  5. //     Runtime Version:4.0.30319.1
  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 Screensaver1 {
  32.     
  33.     
  34.     /// <summary>
  35.     /// App
  36.     /// </summary>
  37.     [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")]
  38.     public partial class App : System.Windows.Application {
  39.         
  40.         /// <summary>
  41.         /// InitializeComponent
  42.         /// </summary>
  43.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  44.         public void InitializeComponent() {
  45.             
  46.             #line 4 "....App.xaml"
  47.             this.Startup += new System.Windows.StartupEventHandler(this.Application_Startup);
  48.             
  49.             #line default
  50.             #line hidden
  51.         }
  52.         
  53.         /// <summary>
  54.         /// Application Entry Point.
  55.         /// </summary>
  56.         [System.STAThreadAttribute()]
  57.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  58.         public static void Main() {
  59.             Screensaver1.App app = new Screensaver1.App();
  60.             app.InitializeComponent();
  61.             app.Run();
  62.         }
  63.     }
  64. }