Ejemplo n.º 1
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCRemoteWP;component/pages/MousePage.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.PageTitle       = ((System.Windows.Controls.TextBlock)(this.FindName("PageTitle")));
     this.mouseController = ((PCRemoteWP.controls.MouseController)(this.FindName("mouseController")));
 }
Ejemplo n.º 2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCRemoteWP;component/pages/RemotePage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.LayoutMouse = ((System.Windows.Controls.Grid)(this.FindName("LayoutMouse")));
     this.hiddenText = ((System.Windows.Controls.TextBox)(this.FindName("hiddenText")));
     this.mouseController = ((PCRemoteWP.controls.MouseController)(this.FindName("mouseController")));
     this.MediaPanel = ((System.Windows.Controls.Grid)(this.FindName("MediaPanel")));
     this.bprev = ((System.Windows.Controls.Button)(this.FindName("bprev")));
     this.bnext = ((System.Windows.Controls.Button)(this.FindName("bnext")));
     this.bpaly = ((System.Windows.Controls.Button)(this.FindName("bpaly")));
     this.bminus = ((System.Windows.Controls.Button)(this.FindName("bminus")));
     this.bplus = ((System.Windows.Controls.Button)(this.FindName("bplus")));
 }
Ejemplo n.º 3
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/PCRemoteWP;component/pages/RemotePage.xaml", System.UriKind.Relative));
     this.LayoutRoot      = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.LayoutMouse     = ((System.Windows.Controls.Grid)(this.FindName("LayoutMouse")));
     this.hiddenText      = ((System.Windows.Controls.TextBox)(this.FindName("hiddenText")));
     this.mouseController = ((PCRemoteWP.controls.MouseController)(this.FindName("mouseController")));
     this.MediaPanel      = ((System.Windows.Controls.Grid)(this.FindName("MediaPanel")));
     this.bprev           = ((System.Windows.Controls.Button)(this.FindName("bprev")));
     this.bnext           = ((System.Windows.Controls.Button)(this.FindName("bnext")));
     this.bpaly           = ((System.Windows.Controls.Button)(this.FindName("bpaly")));
     this.bminus          = ((System.Windows.Controls.Button)(this.FindName("bminus")));
     this.bplus           = ((System.Windows.Controls.Button)(this.FindName("bplus")));
 }