Example #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Page = ((VDI.User)(target));
                return;

            case 5:
                this.contentPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 6:
                this.warningBlock = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 8:
                this.password = ((System.Windows.Controls.PasswordBox)(target));
                return;

            case 9:
                this.domainListBox = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 10:

            #line 138 "..\..\..\User.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Example #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Page = ((VDI.User)(target));
     return;
     case 5:
     this.contentPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.warningBlock = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 7:
     this.username = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.password = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 9:
     this.domainListBox = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 10:
     
     #line 138 "..\..\..\User.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }