MainPage.g.cs
上传用户:zhouwei825
上传日期:2021-04-15
资源大小:51k
文件大小:2k
源码类别:

SilverLight

开发平台:

C#

  1. #pragma checksum "F:JerryDemoFullScreenFullScreenMainPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "EDDB009B8303589F890EEE8279308035"
  2. //------------------------------------------------------------------------------
  3. // <auto-generated>
  4. //     This code was generated by a tool.
  5. //     Runtime Version:4.0.21006.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.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 FullScreen {
  31.     
  32.     
  33.     public partial class MainPage : System.Windows.Controls.UserControl {
  34.         
  35.         internal System.Windows.Controls.Grid LayoutRoot;
  36.         
  37.         internal System.Windows.Controls.Primitives.ToggleButton tbClick;
  38.         
  39.         private bool _contentLoaded;
  40.         
  41.         /// <summary>
  42.         /// InitializeComponent
  43.         /// </summary>
  44.         [System.Diagnostics.DebuggerNonUserCodeAttribute()]
  45.         public void InitializeComponent() {
  46.             if (_contentLoaded) {
  47.                 return;
  48.             }
  49.             _contentLoaded = true;
  50.             System.Windows.Application.LoadComponent(this, new System.Uri("/FullScreen;component/MainPage.xaml", System.UriKind.Relative));
  51.             this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
  52.             this.tbClick = ((System.Windows.Controls.Primitives.ToggleButton)(this.FindName("tbClick")));
  53.         }
  54.     }
  55. }