App.g.cs
上传用户:chenxing
上传日期:2019-09-16
资源大小:792k
文件大小:2k
源码类别:

SilverLight

开发平台:

Others

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