void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 4 "..\..\CAnalysisDetailsWindow.xaml"
                ((BMC.Presentation.POS.Views.CAnalysisDetailsWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

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

            #line 15 "..\..\CAnalysisDetailsWindow.xaml"
                this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btn_Exit);

            #line default
            #line hidden
                return;

            case 4:
                this.ucDetails = ((BMC.Presentation.POS.Views.UCAnalysisDetails)(target));
                return;
            }
            this._contentLoaded = true;
        }
Beispiel #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:

            #line 9 "..\..\..\Views\UCSiteIntegorration.xaml"
                ((BMC.Presentation.POS.Views.UCSiteIntegorration)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 3:
                this.ucDetails = ((BMC.Presentation.POS.Views.UCAnalysisDetails)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 9 "..\..\..\Views\UCSiteIntegorration.xaml"
     ((BMC.Presentation.POS.Views.UCSiteIntegorration)(target)).Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.ucDetails = ((BMC.Presentation.POS.Views.UCAnalysisDetails)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     
     #line 4 "..\..\CAnalysisDetailsWindow.xaml"
     ((BMC.Presentation.POS.Views.CAnalysisDetailsWindow)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.txtHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 3:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 15 "..\..\CAnalysisDetailsWindow.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btn_Exit);
     
     #line default
     #line hidden
     return;
     case 4:
     this.ucDetails = ((BMC.Presentation.POS.Views.UCAnalysisDetails)(target));
     return;
     }
     this._contentLoaded = true;
 }