void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MyWindow = ((BMC.Presentation.SiteCheckPoints)(target));
     
     #line 2 "..\..\SiteCheckPoints.xaml"
     this.MyWindow.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Root = ((System.Windows.Controls.Canvas)(target));
     
     #line 14 "..\..\SiteCheckPoints.xaml"
     this.Root.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Canvas_MouseDown);
     
     #line default
     #line hidden
     return;
     case 3:
     this.pnlHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this.lvCheckpoints = ((System.Windows.Controls.ListView)(target));
     return;
     case 5:
     this.pbListViewitem = ((System.Windows.Controls.GridViewColumn)(target));
     return;
     case 6:
     this.ProgressBarMain = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 7:
     this.btnExit = ((System.Windows.Controls.Button)(target));
     
     #line 34 "..\..\SiteCheckPoints.xaml"
     this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.btnCancel = ((System.Windows.Controls.Button)(target));
     
     #line 35 "..\..\SiteCheckPoints.xaml"
     this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);
     
     #line default
     #line hidden
     return;
     case 9:
     this.btnRecoverAgain = ((System.Windows.Controls.Button)(target));
     
     #line 36 "..\..\SiteCheckPoints.xaml"
     this.btnRecoverAgain.Click += new System.Windows.RoutedEventHandler(this.btnRecoverAgain_Click);
     
     #line default
     #line hidden
     return;
     case 10:
     this.tbHeader = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
Esempio n. 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MyWindow = ((BMC.Presentation.SiteCheckPoints)(target));

            #line 2 "..\..\SiteCheckPoints.xaml"
                this.MyWindow.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

            case 2:
                this.Root = ((System.Windows.Controls.Canvas)(target));

            #line 14 "..\..\SiteCheckPoints.xaml"
                this.Root.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Canvas_MouseDown);

            #line default
            #line hidden
                return;

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

            case 4:
                this.lvCheckpoints = ((System.Windows.Controls.ListView)(target));
                return;

            case 5:
                this.pbListViewitem = ((System.Windows.Controls.GridViewColumn)(target));
                return;

            case 6:
                this.ProgressBarMain = ((System.Windows.Controls.ProgressBar)(target));
                return;

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

            #line 34 "..\..\SiteCheckPoints.xaml"
                this.btnExit.Click += new System.Windows.RoutedEventHandler(this.btnExit_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.btnCancel = ((System.Windows.Controls.Button)(target));

            #line 35 "..\..\SiteCheckPoints.xaml"
                this.btnCancel.Click += new System.Windows.RoutedEventHandler(this.btnCancel_Click);

            #line default
            #line hidden
                return;

            case 9:
                this.btnRecoverAgain = ((System.Windows.Controls.Button)(target));

            #line 36 "..\..\SiteCheckPoints.xaml"
                this.btnRecoverAgain.Click += new System.Windows.RoutedEventHandler(this.btnRecoverAgain_Click);

            #line default
            #line hidden
                return;

            case 10:
                this.tbHeader = ((System.Windows.Controls.TextBlock)(target));
                return;
            }
            this._contentLoaded = true;
        }