Esempio n. 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((BMC.Presentation.CDrop)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.pnlTicketContent = ((System.Windows.Controls.Border)(target));
     return;
     case 4:
     this.pnlDropContent = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.chkDrop = ((System.Windows.Controls.RadioButton)(target));
     
     #line 21 "..\..\..\Views\CDrop.xaml"
     this.chkDrop.Checked += new System.Windows.RoutedEventHandler(this.chkDrop_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.chkCashCounter = ((System.Windows.Controls.RadioButton)(target));
     return;
     case 8:
     this.chkDeclaration = ((System.Windows.Controls.RadioButton)(target));
     
     #line 23 "..\..\..\Views\CDrop.xaml"
     this.chkDeclaration.Checked += new System.Windows.RoutedEventHandler(this.chkDeclaration_Checked);
     
     #line default
     #line hidden
     return;
     case 9:
     this.chkLiquidation = ((System.Windows.Controls.RadioButton)(target));
     
     #line 24 "..\..\..\Views\CDrop.xaml"
     this.chkLiquidation.Checked += new System.Windows.RoutedEventHandler(this.chkLiquidation_Checked);
     
     #line default
     #line hidden
     return;
     case 10:
     this.chkHistory = ((System.Windows.Controls.RadioButton)(target));
     
     #line 25 "..\..\..\Views\CDrop.xaml"
     this.chkHistory.Checked += new System.Windows.RoutedEventHandler(this.chkHistory_Checked);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.CDrop)(target));
                return;

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

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

            case 4:
                this.pnlDropContent = ((System.Windows.Controls.Grid)(target));
                return;

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

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

            #line 21 "..\..\..\Views\CDrop.xaml"
                this.chkDrop.Checked += new System.Windows.RoutedEventHandler(this.chkDrop_Checked);

            #line default
            #line hidden
                return;

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

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

            #line 23 "..\..\..\Views\CDrop.xaml"
                this.chkDeclaration.Checked += new System.Windows.RoutedEventHandler(this.chkDeclaration_Checked);

            #line default
            #line hidden
                return;

            case 9:
                this.chkLiquidation = ((System.Windows.Controls.RadioButton)(target));

            #line 24 "..\..\..\Views\CDrop.xaml"
                this.chkLiquidation.Checked += new System.Windows.RoutedEventHandler(this.chkLiquidation_Checked);

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }