void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LicenseCheckWindow = ((facedominator.LicensingWindow)(target));
     
     #line 10 "..\..\LicensingWindow.xaml"
     this.LicenseCheckWindow.Closing += new System.ComponentModel.CancelEventHandler(this.LicenseCheckWindow_Closing);
     
     #line default
     #line hidden
     return;
     case 2:
     this.btnValidate = ((System.Windows.Controls.Button)(target));
     
     #line 12 "..\..\LicensingWindow.xaml"
     this.btnValidate.Click += new System.Windows.RoutedEventHandler(this.btnValidate_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.licenseCheckProgressbar = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
     return;
     case 4:
     this.lblCPUId = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.txtUserName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.txtPassword = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 7:
     this.txtTransactionID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.txtEmail = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.LblActiveStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.LblActivetedStatus = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.LblMessage = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 12:
     this.btnActivate = ((System.Windows.Controls.Button)(target));
     
     #line 32 "..\..\LicensingWindow.xaml"
     this.btnActivate.Click += new System.Windows.RoutedEventHandler(this.btnActivate_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LicenseCheckWindow = ((facedominator.LicensingWindow)(target));

            #line 10 "..\..\LicensingWindow.xaml"
                this.LicenseCheckWindow.Closing += new System.ComponentModel.CancelEventHandler(this.LicenseCheckWindow_Closing);

            #line default
            #line hidden
                return;

            case 2:
                this.btnValidate = ((System.Windows.Controls.Button)(target));

            #line 12 "..\..\LicensingWindow.xaml"
                this.btnValidate.Click += new System.Windows.RoutedEventHandler(this.btnValidate_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.licenseCheckProgressbar = ((FirstFloor.ModernUI.Windows.Controls.ModernProgressRing)(target));
                return;

            case 4:
                this.lblCPUId = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.txtUserName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.txtPassword = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 7:
                this.txtTransactionID = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.txtEmail = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.LblActiveStatus = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.LblActivetedStatus = ((System.Windows.Controls.Label)(target));
                return;

            case 11:
                this.LblMessage = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 12:
                this.btnActivate = ((System.Windows.Controls.Button)(target));

            #line 32 "..\..\LicensingWindow.xaml"
                this.btnActivate.Click += new System.Windows.RoutedEventHandler(this.btnActivate_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }