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.buttonAdd = ((PointOfSale.PushButton)(target));
                return;

            case 4:
                this.buttonUpdate = ((PointOfSale.PushButton)(target));
                return;

            case 5:
                this.buttonCancel = ((PointOfSale.PushButton)(target));
                return;

            case 6:
                this.listBox1 = ((PointOfSale.DragScrollListBox)(target));
                return;

            case 7:
                this.editorControl = ((PointOfSale.ItemOptionSetEditorControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #2
0
        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.listBox1 = ((PointOfSale.DragScrollListBox)(target));
                return;

            case 4:
                this.buttonCreate = ((PointOfSale.PushButton)(target));
                return;

            case 5:
                this.buttonClosedToggle = ((PointOfSale.PushButton)(target));
                return;

            case 6:
                this.buttonVoidToggle = ((PointOfSale.PushButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #3
0
        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.listBoxAvailable = ((PointOfSale.DragScrollListBox)(target));
                return;

            case 4:
                this.listBoxApplied = ((PointOfSale.DragScrollListBox)(target));
                return;

            case 5:
                this.buttonApplyCoupon = ((PointOfSale.PushButton)(target));
                return;

            case 6:
                this.buttonClearSelectedCoupon = ((PointOfSale.PushButton)(target));
                return;

            case 7:
                this.Button2 = ((PointOfSale.PushButton)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.listBoxTransactions = ((PointOfSale.DragScrollListBox)(target));
         return;
     }
     this._contentLoaded = true;
 }