void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.uc = ((GUI.UserControls.ucPricePerMin)(target)); return; case 2: this.ucMin = ((GUI.UserControls.ucNumericTextBox)(target)); return; case 3: this.ucPrice = ((GUI.UserControls.ucNumericTextBox)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.ucNumericValueAgurot = ((GUI.UserControls.ucNumericTextBox)(target)); return; case 2: this.btnAccept = ((System.Windows.Controls.Button)(target)); #line 25 "..\..\..\..\Dialogs\dlgInputPrice.xaml" this.btnAccept.Click += new System.Windows.RoutedEventHandler(this.btnAccept_Click); #line default #line hidden return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.mwOrderCheck = ((GUI.Dialogs.dlgOrderCheck)(target)); #line 8 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.mwOrderCheck.Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded); #line default #line hidden #line 9 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.mwOrderCheck.Closing += new System.ComponentModel.CancelEventHandler(this.Window_Closing); #line default #line hidden return; case 2: this.btnRemoveProducts = ((System.Windows.Controls.Button)(target)); #line 43 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnRemoveProducts.Click += new System.Windows.RoutedEventHandler(this.btnRemoveProducts_Click); #line default #line hidden return; case 3: this.btnMoveOrder = ((System.Windows.Controls.Button)(target)); #line 56 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnMoveOrder.Click += new System.Windows.RoutedEventHandler(this.btnMoveOrder_Click); #line default #line hidden return; case 4: this.btnStopTime = ((System.Windows.Controls.Button)(target)); #line 69 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnStopTime.Click += new System.Windows.RoutedEventHandler(this.btnStopTime_Click); #line default #line hidden return; case 5: this.lsbOrder = ((System.Windows.Controls.ListBox)(target)); return; case 7: this.lsbProducts = ((System.Windows.Controls.ListBox)(target)); return; case 9: this.ucNumericText = ((GUI.UserControls.ucNumericTextBox)(target)); return; case 10: this.btnContinue = ((System.Windows.Controls.Button)(target)); #line 239 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnContinue.Click += new System.Windows.RoutedEventHandler(this.btnContinue_Click); #line default #line hidden return; case 11: this.btnPrintBill = ((System.Windows.Controls.Button)(target)); #line 249 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnPrintBill.Click += new System.Windows.RoutedEventHandler(this.btnPrintBill_Click); #line default #line hidden return; case 12: this.btnCloseBill = ((System.Windows.Controls.Button)(target)); #line 259 "..\..\..\..\Dialogs\dlgOrderCheck.xaml" this.btnCloseBill.Click += new System.Windows.RoutedEventHandler(this.btnCloseBill_Click); #line default #line hidden return; } this._contentLoaded = true; }