public LoginSSO OpenLoginSSO()
 {
     HideWindows();
     if (_ucLoginSSO == null)
     {
         _ucLoginSSO = new LoginSSO();
     }
     _ucLoginSSO.Show();
     _ucLoginSSO.BringToFront();
     return _ucLoginSSO;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.windowLogin = ((AxiomIRISRibbon.LoginSSO)(target));
     return;
     case 2:
     this.formGrid1 = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.lblLoginMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.bsyInd = ((Telerik.Windows.Controls.RadBusyIndicator)(target));
     return;
     case 5:
     this.wfh1 = ((System.Windows.Forms.Integration.WindowsFormsHost)(target));
     return;
     case 6:
     
     #line 21 "..\..\LoginSSO.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }