void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LoginWindowScreen = ((ES.UI.LoginScreen)(target));
                return;

            case 2:

            #line 54 "..\..\..\..\Setups\LoginScreen.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOptions_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 55 "..\..\..\..\Setups\LoginScreen.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 56 "..\..\..\..\Setups\LoginScreen.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.OptionsGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 6:

            #line 87 "..\..\..\..\Setups\LoginScreen.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);

            #line default
            #line hidden
                return;

            case 7:

            #line 88 "..\..\..\..\Setups\LoginScreen.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOptionsCancel_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LoginWindowScreen = ((ES.UI.LoginScreen)(target));
     return;
     case 2:
     
     #line 54 "..\..\..\..\Setups\LoginScreen.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOptions_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 55 "..\..\..\..\Setups\LoginScreen.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnLogin_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 56 "..\..\..\..\Setups\LoginScreen.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.OptionsGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 6:
     
     #line 87 "..\..\..\..\Setups\LoginScreen.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     
     #line 88 "..\..\..\..\Setups\LoginScreen.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.btnOptionsCancel_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }