void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Window = ((BMC.Presentation.CashDeskManager.UserControls.CExceptions)(target));
     return;
     case 2:
     
     #line 12 "..\..\..\UserControls\CExceptions.xaml"
     ((System.Windows.Controls.UserControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 3:
     this.pnlHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 71 "..\..\..\UserControls\CExceptions.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this.tbHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.btnExport = ((System.Windows.Controls.Button)(target));
     
     #line 74 "..\..\..\UserControls\CExceptions.xaml"
     this.btnExport.Click += new System.Windows.RoutedEventHandler(this.btnExport_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnActivate = ((System.Windows.Controls.Button)(target));
     
     #line 77 "..\..\..\UserControls\CExceptions.xaml"
     this.btnActivate.Click += new System.Windows.RoutedEventHandler(this.btnActivate_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.lvExceptions = ((System.Windows.Controls.ListView)(target));
     
     #line 83 "..\..\..\UserControls\CExceptions.xaml"
     this.lvExceptions.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvExceptions_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.prgExceptions = ((System.Windows.Controls.ProgressBar)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Window = ((BMC.Presentation.CashDeskManager.UserControls.CExceptions)(target));
                return;

            case 2:

            #line 12 "..\..\..\UserControls\CExceptions.xaml"
                ((System.Windows.Controls.UserControl)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 3:
                this.pnlHeader = ((System.Windows.Controls.Grid)(target));
                return;

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

            #line 71 "..\..\..\UserControls\CExceptions.xaml"
                this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);

            #line default
            #line hidden
                return;

            case 5:
                this.tbHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.btnExport = ((System.Windows.Controls.Button)(target));

            #line 74 "..\..\..\UserControls\CExceptions.xaml"
                this.btnExport.Click += new System.Windows.RoutedEventHandler(this.btnExport_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.btnActivate = ((System.Windows.Controls.Button)(target));

            #line 77 "..\..\..\UserControls\CExceptions.xaml"
                this.btnActivate.Click += new System.Windows.RoutedEventHandler(this.btnActivate_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.lvExceptions = ((System.Windows.Controls.ListView)(target));

            #line 83 "..\..\..\UserControls\CExceptions.xaml"
                this.lvExceptions.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.lvExceptions_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.prgExceptions = ((System.Windows.Controls.ProgressBar)(target));
                return;
            }
            this._contentLoaded = true;
        }