void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\MainWindow.xaml" ((BOA.UI.Banking.AccountAdd.MainWindow)(target)).ContentRendered += new System.EventHandler(this.Window_ContentRendered); #line default #line hidden return; case 2: this.btnAccountAdd = ((System.Windows.Controls.Button)(target)); #line 23 "..\..\MainWindow.xaml" this.btnAccountAdd.Click += new System.Windows.RoutedEventHandler(this.btnAccountAdd_Click); #line default #line hidden return; case 3: this.btnAccountDelete = ((System.Windows.Controls.Button)(target)); #line 29 "..\..\MainWindow.xaml" this.btnAccountDelete.Click += new System.Windows.RoutedEventHandler(this.btnAccountDelete_Click); #line default #line hidden return; case 4: this.btnCloseAccountAdd = ((System.Windows.Controls.Button)(target)); #line 37 "..\..\MainWindow.xaml" this.btnCloseAccountAdd.Click += new System.Windows.RoutedEventHandler(this.btnCloseAccountAdd_Click); #line default #line hidden return; case 5: this.ucCustomer = ((UC.CustomerSelect.UserControl1)(target)); return; case 6: this.cbCurrencyCode = ((System.Windows.Controls.ComboBox)(target)); #line 91 "..\..\MainWindow.xaml" this.cbCurrencyCode.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbCurrencyCode_SelectionChanged); #line default #line hidden return; case 7: this.txtAccountName = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.txtAccountDesc = ((System.Windows.Controls.TextBox)(target)); return; case 9: this.txtAccountReasonForClosing = ((System.Windows.Controls.TextBox)(target)); return; case 10: this.cbAccounBranchCode = ((System.Windows.Controls.ComboBox)(target)); return; case 11: this.txtAccountSuffix = ((System.Windows.Controls.TextBox)(target)); #line 104 "..\..\MainWindow.xaml" this.txtAccountSuffix.LostFocus += new System.Windows.RoutedEventHandler(this.txtAccountSuffix_LostFocus); #line default #line hidden return; case 12: this.txtAccountIBAN = ((System.Windows.Controls.TextBox)(target)); return; case 13: this.dpOpenDate = ((System.Windows.Controls.DatePicker)(target)); return; case 14: this.dpClosureDate = ((System.Windows.Controls.DatePicker)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.btnAddVirman = ((System.Windows.Controls.Button)(target)); #line 20 "..\..\MainWindow.xaml" this.btnAddVirman.Click += new System.Windows.RoutedEventHandler(this.btnAddVirman_Click); #line default #line hidden return; case 2: this.btnCloseVirmanAdd = ((System.Windows.Controls.Button)(target)); #line 27 "..\..\MainWindow.xaml" this.btnCloseVirmanAdd.Click += new System.Windows.RoutedEventHandler(this.btnCloseVirmanAdd_Click); #line default #line hidden return; case 3: this.ucCustomer = ((UC.CustomerSelect.UserControl1)(target)); return; case 4: this.cbAccountBranch = ((System.Windows.Controls.ComboBox)(target)); #line 64 "..\..\MainWindow.xaml" this.cbAccountBranch.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbAccountBranch_SelectionChanged); #line default #line hidden return; case 5: this.dgAccountFirst = ((System.Windows.Controls.DataGrid)(target)); #line 81 "..\..\MainWindow.xaml" this.dgAccountFirst.AutoGeneratingColumn += new System.EventHandler <System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs>(this.dgAccountFirst_AutoGeneratingColumn); #line default #line hidden #line 81 "..\..\MainWindow.xaml" this.dgAccountFirst.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgAccountFirst_SelectionChanged); #line default #line hidden return; case 6: this.dgAccountSecond = ((System.Windows.Controls.DataGrid)(target)); #line 105 "..\..\MainWindow.xaml" this.dgAccountSecond.AutoGeneratingColumn += new System.EventHandler <System.Windows.Controls.DataGridAutoGeneratingColumnEventArgs>(this.dgAccountSecond_AutoGeneratingColumn); #line default #line hidden #line 105 "..\..\MainWindow.xaml" this.dgAccountSecond.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.dgAccountSecond_SelectionChanged); #line default #line hidden return; case 7: this.txtVirmanAmount = ((System.Windows.Controls.TextBox)(target)); return; case 8: this.cbFEC = ((System.Windows.Controls.ComboBox)(target)); return; case 9: this.dpVirmanDate = ((System.Windows.Controls.DatePicker)(target)); return; case 10: this.txtVirmanDesc = ((System.Windows.Controls.TextBox)(target)); return; } this._contentLoaded = true; }