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

            #line 9 "..\..\..\Views\CPortBlocking.xaml"
                this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.chkPort1 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 4:
                this.chkPort2 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 5:
                this.chkPort3 = ((System.Windows.Controls.CheckBox)(target));
                return;

            case 6:
                this.btnBlockPort = ((System.Windows.Controls.Button)(target));

            #line 41 "..\..\..\Views\CPortBlocking.xaml"
                this.btnBlockPort.Click += new System.Windows.RoutedEventHandler(this.btnBlockPort_Click);

            #line default
            #line hidden
                return;

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

            #line 42 "..\..\..\Views\CPortBlocking.xaml"
                this.btnClearPort.Click += new System.Windows.RoutedEventHandler(this.btnClearPort_Click);

            #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.CPortBlocking)(target));
     
     #line 9 "..\..\..\Views\CPortBlocking.xaml"
     this.UserControl.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.chkPort1 = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 4:
     this.chkPort2 = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 5:
     this.chkPort3 = ((System.Windows.Controls.CheckBox)(target));
     return;
     case 6:
     this.btnBlockPort = ((System.Windows.Controls.Button)(target));
     
     #line 41 "..\..\..\Views\CPortBlocking.xaml"
     this.btnBlockPort.Click += new System.Windows.RoutedEventHandler(this.btnBlockPort_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.btnClearPort = ((System.Windows.Controls.Button)(target));
     
     #line 42 "..\..\..\Views\CPortBlocking.xaml"
     this.btnClearPort.Click += new System.Windows.RoutedEventHandler(this.btnClearPort_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }