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

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

            case 3:
                this.pnlPromoVouchContent = ((System.Windows.Controls.Border)(target));
                return;

            case 4:
                this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 5:
                this.chkPrint = ((System.Windows.Controls.RadioButton)(target));

            #line 18 "..\..\..\Views\PromotionVouchers.xaml"
                this.chkPrint.Checked += new System.Windows.RoutedEventHandler(this.chkPrint_Checked);

            #line default
            #line hidden
                return;

            case 6:
                this.chkHistory = ((System.Windows.Controls.RadioButton)(target));

            #line 19 "..\..\..\Views\PromotionVouchers.xaml"
                this.chkHistory.Checked += new System.Windows.RoutedEventHandler(this.chkHistory_Checked);

            #line default
            #line hidden
                return;

            case 7:
                this.chkVoid = ((System.Windows.Controls.RadioButton)(target));

            #line 20 "..\..\..\Views\PromotionVouchers.xaml"
                this.chkVoid.Checked += new System.Windows.RoutedEventHandler(this.chkVoid_Checked);

            #line default
            #line hidden
                return;

            case 8:
                this.chkTIS = ((System.Windows.Controls.RadioButton)(target));

            #line 21 "..\..\..\Views\PromotionVouchers.xaml"
                this.chkTIS.Checked += new System.Windows.RoutedEventHandler(this.chkTIS_Checked);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.POS.Views.PromotionVouchers)(target));
     return;
     case 2:
     this.LayOutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.pnlPromoVouchContent = ((System.Windows.Controls.Border)(target));
     return;
     case 4:
     this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 5:
     this.chkPrint = ((System.Windows.Controls.RadioButton)(target));
     
     #line 18 "..\..\..\Views\PromotionVouchers.xaml"
     this.chkPrint.Checked += new System.Windows.RoutedEventHandler(this.chkPrint_Checked);
     
     #line default
     #line hidden
     return;
     case 6:
     this.chkHistory = ((System.Windows.Controls.RadioButton)(target));
     
     #line 19 "..\..\..\Views\PromotionVouchers.xaml"
     this.chkHistory.Checked += new System.Windows.RoutedEventHandler(this.chkHistory_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.chkVoid = ((System.Windows.Controls.RadioButton)(target));
     
     #line 20 "..\..\..\Views\PromotionVouchers.xaml"
     this.chkVoid.Checked += new System.Windows.RoutedEventHandler(this.chkVoid_Checked);
     
     #line default
     #line hidden
     return;
     case 8:
     this.chkTIS = ((System.Windows.Controls.RadioButton)(target));
     
     #line 21 "..\..\..\Views\PromotionVouchers.xaml"
     this.chkTIS.Checked += new System.Windows.RoutedEventHandler(this.chkTIS_Checked);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }