void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.DlgLotusCred = ((PNotes.NET.WndLotusCredentials)(target)); #line 18 "..\..\WndLotusCredentials.xaml" this.DlgLotusCred.Loaded += new System.Windows.RoutedEventHandler(this.DlgLotusCred_Loaded); #line default #line hidden return; case 2: this.tbLotusPassword = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.txtPassword = ((System.Windows.Controls.PasswordBox)(target)); #line 21 "..\..\WndLotusCredentials.xaml" this.txtPassword.PasswordChanged += new System.Windows.RoutedEventHandler(this.txtPassword_PasswordChanged); #line default #line hidden return; case 4: this.tbLotusServer = ((System.Windows.Controls.TextBlock)(target)); return; case 5: this.txtServer = ((System.Windows.Controls.TextBox)(target)); return; case 6: this.cmdOK = ((System.Windows.Controls.Button)(target)); #line 29 "..\..\WndLotusCredentials.xaml" this.cmdOK.Click += new System.Windows.RoutedEventHandler(this.cmdOK_Click); #line default #line hidden return; case 7: this.cmdCancel = ((System.Windows.Controls.Button)(target)); return; } this._contentLoaded = true; }