void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.frmUpdateWindow = ((Group2_3280_Invoice.frmUpdate)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.boxListItem = ((System.Windows.Controls.ListBox)(target));
                return;

            case 4:
                this.lblItems = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.txtName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.txtDesc = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.txtCost = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this.cmdAddItem = ((System.Windows.Controls.Button)(target));

            #line 19 "..\..\frmUpdate.xaml"
                this.cmdAddItem.Click += new System.Windows.RoutedEventHandler(this.cmdAddItem_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.cmdEditItem = ((System.Windows.Controls.Button)(target));
                return;

            case 10:
                this.cmdDeleteItem = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.cmdClose = ((System.Windows.Controls.Button)(target));
                return;

            case 12:
                this.Add_Edit_Items = ((System.Windows.Controls.Label)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.frmUpdateWindow = ((Group2_3280_Invoice.frmUpdate)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.boxListItem = ((System.Windows.Controls.ListBox)(target));
     return;
     case 4:
     this.lblItems = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.txtName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.txtDesc = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.txtCost = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.cmdAddItem = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\frmUpdate.xaml"
     this.cmdAddItem.Click += new System.Windows.RoutedEventHandler(this.cmdAddItem_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.cmdEditItem = ((System.Windows.Controls.Button)(target));
     return;
     case 10:
     this.cmdDeleteItem = ((System.Windows.Controls.Button)(target));
     return;
     case 11:
     this.cmdClose = ((System.Windows.Controls.Button)(target));
     return;
     case 12:
     this.Add_Edit_Items = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }