void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.mainPane = ((System.Windows.Controls.DockPanel)(target)); return; case 2: this.Configuration = ((PointOfSale.ConfigurationManager)(target)); return; case 3: this.labelSelectSeating = ((System.Windows.Controls.Label)(target)); return; case 4: this.phoneNumberEditControl = ((PointOfSale.CustomTextBox)(target)); return; case 5: this.textBoxCustomerName = ((PointOfSale.CustomTextBox)(target)); return; case 6: this.textBoxStreetAddress = ((PointOfSale.CustomTextBox)(target)); return; case 7: this.textBoxZip = ((PointOfSale.CustomTextBox)(target)); return; case 8: this.textBoxCityState = ((PointOfSale.CustomTextBox)(target)); return; case 9: this.buttonSetCarryout = ((PointOfSale.PushButton)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: #line 8 "..\..\..\SeatingCarryoutControl.xaml" ((PointOfSale.SeatingCarryoutControl)(target)).IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.UserControl_IsVisibleChanged); #line default #line hidden return; case 2: this.mainPane = ((System.Windows.Controls.DockPanel)(target)); return; case 3: this.Configuration = ((PointOfSale.ConfigurationManager)(target)); return; case 4: this.labelSelectSeating = ((System.Windows.Controls.Label)(target)); return; case 5: this.phoneNumberEditControl = ((PointOfSale.PhoneNumberEditControl)(target)); return; case 6: this.textBoxCustomerName = ((PointOfSale.CustomTextBox)(target)); return; case 7: this.buttonSetCarryout = ((PointOfSale.PushButton)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.mainPane = ((System.Windows.Controls.DockPanel)(target)); return; case 2: this.Configuration = ((PointOfSale.ConfigurationManager)(target)); return; case 3: this.gridControl = ((System.Windows.Controls.Grid)(target)); return; case 4: this.labelTicketId = ((System.Windows.Controls.Label)(target)); return; case 5: this.labelSeating = ((System.Windows.Controls.Label)(target)); return; case 6: this.labelEmployee = ((System.Windows.Controls.Label)(target)); return; case 7: this.labelCreatedDate = ((System.Windows.Controls.Label)(target)); return; case 8: this.labelFutureDate = ((System.Windows.Controls.Label)(target)); return; case 9: this.labelPreparedDate = ((System.Windows.Controls.Label)(target)); return; case 10: this.labelReadyDate = ((System.Windows.Controls.Label)(target)); return; case 11: this.textBoxManagerComments = ((PointOfSale.CustomTextBox)(target)); return; case 12: this.buttonOpen = ((PointOfSale.PushButton)(target)); return; case 13: this.buttonPartyEdit = ((PointOfSale.PushButton)(target)); return; case 14: this.buttonChangeSeating = ((PointOfSale.PushButton)(target)); return; case 15: this.buttonFutureTime = ((PointOfSale.PushButton)(target)); return; case 16: this.buttonCashOut = ((PointOfSale.PushButton)(target)); return; case 17: this.buttonVoid = ((PointOfSale.PushButton)(target)); return; case 18: this.buttonMap = ((PointOfSale.PushButton)(target)); return; } this._contentLoaded = true; }