void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.WorkModelControl_L = ((DY.SAMPLE.LEAK_TESTER.WorkModelItemControl)(target));
     return;
     case 2:
     this.WorkModelControl_R = ((DY.SAMPLE.LEAK_TESTER.WorkModelItemControl)(target));
     return;
     case 3:
     this.NListViewControl = ((DY.SAMPLE.LEAK_TESTER.ModelListViewItemControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((DY.SAMPLE.LEAK_TESTER.BrowseModelItemControl)(target));
     return;
     case 2:
     this.NDatePicker = ((System.Windows.Controls.DatePicker)(target));
     return;
     case 3:
     this.NSearch = ((System.Windows.Controls.Button)(target));
     
     #line 24 "..\..\..\..\TabItems\Browse\BrowseModelItemControl.xaml"
     this.NSearch.Click += new System.Windows.RoutedEventHandler(this.NSearch_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.NListControl = ((DY.SAMPLE.LEAK_TESTER.ModelListViewItemControl)(target));
     return;
     case 5:
     this.NSaveToCSV = ((System.Windows.Controls.Button)(target));
     
     #line 27 "..\..\..\..\TabItems\Browse\BrowseModelItemControl.xaml"
     this.NSaveToCSV.Click += new System.Windows.RoutedEventHandler(this.NSaveToCSV_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }