void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.AccMeters = ((BMC.Presentation.POS.CAccountingMeters)(target));
                return;

            case 2:
                this.listMeters = ((System.Windows.Controls.ListView)(target));

            #line 49 "..\..\CAccountingMeters.xaml"
                this.listMeters.Loaded += new System.Windows.RoutedEventHandler(this.LoadData);

            #line default
            #line hidden
                return;

            case 3:
                this.textHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            case 5:
                this.lblDate = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.lblType = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.lblTypeValue = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.lblPos = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lblGame = ((System.Windows.Controls.Label)(target));
                return;

            case 10:
                this.lblAsset = ((System.Windows.Controls.Label)(target));
                return;

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

            #line 75 "..\..\CAccountingMeters.xaml"
                this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.AccMeters = ((BMC.Presentation.POS.CAccountingMeters)(target));
     return;
     case 2:
     this.listMeters = ((System.Windows.Controls.ListView)(target));
     
     #line 49 "..\..\CAccountingMeters.xaml"
     this.listMeters.Loaded += new System.Windows.RoutedEventHandler(this.LoadData);
     
     #line default
     #line hidden
     return;
     case 3:
     this.textHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.lblRecordType = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.lblDate = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.lblType = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.lblTypeValue = ((System.Windows.Controls.Label)(target));
     return;
     case 8:
     this.lblPos = ((System.Windows.Controls.Label)(target));
     return;
     case 9:
     this.lblGame = ((System.Windows.Controls.Label)(target));
     return;
     case 10:
     this.lblAsset = ((System.Windows.Controls.Label)(target));
     return;
     case 11:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 75 "..\..\CAccountingMeters.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }