示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((BMC.Presentation.CReadLiquidationMain)(target));
                return;

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

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

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

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

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

            #line 21 "..\..\..\Views\CReadLiquidationMain.xaml"
                this.chkReadLiquidation.Checked += new System.Windows.RoutedEventHandler(this.chkReadLiquidation_Checked);

            #line default
            #line hidden
                return;

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

            #line 22 "..\..\..\Views\CReadLiquidationMain.xaml"
                this.chkReport.Checked += new System.Windows.RoutedEventHandler(this.chkReport_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.CReadLiquidationMain)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.pnlContent = ((System.Windows.Controls.Border)(target));
     return;
     case 4:
     this.pnlReadLiquidationContent = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.pnlButtons = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 6:
     this.chkReadLiquidation = ((System.Windows.Controls.RadioButton)(target));
     
     #line 21 "..\..\..\Views\CReadLiquidationMain.xaml"
     this.chkReadLiquidation.Checked += new System.Windows.RoutedEventHandler(this.chkReadLiquidation_Checked);
     
     #line default
     #line hidden
     return;
     case 7:
     this.chkReport = ((System.Windows.Controls.RadioButton)(target));
     
     #line 22 "..\..\..\Views\CReadLiquidationMain.xaml"
     this.chkReport.Checked += new System.Windows.RoutedEventHandler(this.chkReport_Checked);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }