void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.progressBar = ((thurst_media_player.Controls.CircularProgressBar)(target));
     return;
     case 2:
     this.txtMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.btnClose = ((System.Windows.Controls.Button)(target));
     
     #line 92 "..\..\..\..\Controls\LoadingPanel.xaml"
     this.btnClose.Click += new System.Windows.RoutedEventHandler(this.OnCloseClick);
     
     #line default
     #line hidden
     return;
     case 2:
     this.progressBar = ((thurst_media_player.Controls.CircularProgressBar)(target));
     return;
     case 3:
     this.txtMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.txtSubMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }