void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 6 "..\..\..\RestartDialog.xaml"
     ((iPhoneCarePro.RestartDialog)(target)).MouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.DragWindow);
     
     #line default
     #line hidden
     return;
     case 2:
     this.m_gif = ((iPhoneCarePro.Common.XGifMovie)(target));
     return;
     case 3:
     this.m_btnClose = ((iPhoneCarePro.Common.ImageButton)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.m_gif = ((iPhoneCarePro.Common.XGifMovie)(target));
     return;
     case 2:
     this.m_gifSuccess = ((System.Windows.Controls.MediaElement)(target));
     
     #line 17 "..\..\..\WaitiPhoneConnect.xaml"
     this.m_gifSuccess.MediaEnded += new System.Windows.RoutedEventHandler(this.StopGif);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }