void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.xpathSingle1 = ((IscraperBuilder.Controls.Common.xpathSingle)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lbId = ((System.Windows.Controls.Label)(target));
     return;
     case 2:
     this.txtXpath = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.btnSave = ((System.Windows.Controls.Button)(target));
     
     #line 15 "..\..\..\..\..\..\Controls\Rules\Rule\xpathCollection.xaml"
     this.btnSave.Click += new System.Windows.RoutedEventHandler(this.btnSave_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.exp2 = ((System.Windows.Controls.Expander)(target));
     return;
     case 5:
     this.xpathSingle1 = ((IscraperBuilder.Controls.Common.xpathSingle)(target));
     return;
     }
     this._contentLoaded = true;
 }