void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UIRootView = ((Camera_Final.UIView.CameraCCTV)(target));
     
     #line 9 "..\..\..\UIView\CameraCCTV.xaml"
     this.UIRootView.Loaded += new System.Windows.RoutedEventHandler(this.UserControl_Loaded);
     
     #line default
     #line hidden
     
     #line 9 "..\..\..\UIView\CameraCCTV.xaml"
     this.UIRootView.Unloaded += new System.Windows.RoutedEventHandler(this.UserControl_Unloaded);
     
     #line default
     #line hidden
     
     #line 9 "..\..\..\UIView\CameraCCTV.xaml"
     this.UIRootView.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.UIRootView_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     this.UIRoot = ((System.Windows.Controls.Canvas)(target));
     return;
     case 3:
     this.Border = ((System.Windows.Controls.Border)(target));
     return;
     case 4:
     this.pictureBox1 = ((System.Windows.Forms.PictureBox)(target));
     return;
     case 5:
     this.UIFull = ((System.Windows.Controls.TextBlock)(target));
     
     #line 18 "..\..\..\UIView\CameraCCTV.xaml"
     this.UIFull.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.TextBlock_MouseLeftButtonUp);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }