public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Microsoft.HealthMonitorPlayer;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Player = ((Microsoft.HealthMonitorPlayer.Views.Player)(this.FindName("Player")));
 }
Esempio n. 2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Microsoft.HealthMonitorPlayer;component/MainPage.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.Player     = ((Microsoft.HealthMonitorPlayer.Views.Player)(this.FindName("Player")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Microsoft.HealthMonitor;component/Views/MainView.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TraceGrid = ((System.Windows.Controls.DataGrid)(this.FindName("TraceGrid")));
     this.buttonCapture = ((System.Windows.Controls.Button)(this.FindName("buttonCapture")));
     this.playerFrame = ((System.Windows.Controls.ContentControl)(this.FindName("playerFrame")));
     this.Player = ((Microsoft.HealthMonitorPlayer.Views.Player)(this.FindName("Player")));
     this.TextStreamUrl = ((System.Windows.Controls.TextBox)(this.FindName("TextStreamUrl")));
     this.ButtonPlay = ((System.Windows.Controls.Button)(this.FindName("ButtonPlay")));
     this.TextPlayerId = ((System.Windows.Controls.AutoCompleteBox)(this.FindName("TextPlayerId")));
     this.ButtonConnect = ((System.Windows.Controls.Button)(this.FindName("ButtonConnect")));
 }
Esempio n. 4
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/Microsoft.HealthMonitor;component/Views/MainView.xaml", System.UriKind.Relative));
     this.LayoutRoot    = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.TraceGrid     = ((System.Windows.Controls.DataGrid)(this.FindName("TraceGrid")));
     this.buttonCapture = ((System.Windows.Controls.Button)(this.FindName("buttonCapture")));
     this.playerFrame   = ((System.Windows.Controls.ContentControl)(this.FindName("playerFrame")));
     this.Player        = ((Microsoft.HealthMonitorPlayer.Views.Player)(this.FindName("Player")));
     this.TextStreamUrl = ((System.Windows.Controls.TextBox)(this.FindName("TextStreamUrl")));
     this.ButtonPlay    = ((System.Windows.Controls.Button)(this.FindName("ButtonPlay")));
     this.TextPlayerId  = ((System.Windows.Controls.AutoCompleteBox)(this.FindName("TextPlayerId")));
     this.ButtonConnect = ((System.Windows.Controls.Button)(this.FindName("ButtonConnect")));
 }