void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.window = ((ShpToSQL.MainWindow)(target));
     return;
     case 2:
     this.sqlConnectionStringBuilder = ((ShpToSql.SqlConnectionControl.SqlConnectionStringBuilder)(target));
     return;
     case 3:
     this._shapefilePath = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     
     #line 29 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 5:
     this._enconding = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     
     #line 35 "..\..\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);
     
     #line default
     #line hidden
     return;
     case 7:
     this._tableName = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this._primaryKey = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this._startImportBtn = ((System.Windows.Controls.Button)(target));
     
     #line 44 "..\..\MainWindow.xaml"
     this._startImportBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);
     
     #line default
     #line hidden
     return;
     case 10:
     this._textBoxPanel = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 11:
     this._status = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.window = ((ShpToSQL.MainWindow)(target));
                return;

            case 2:
                this.sqlConnectionStringBuilder = ((ShpToSql.SqlConnectionControl.SqlConnectionStringBuilder)(target));
                return;

            case 3:
                this._shapefilePath = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:

            #line 29 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 5:
                this._enconding = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:

            #line 35 "..\..\MainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;

            case 7:
                this._tableName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 8:
                this._primaryKey = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 44 "..\..\MainWindow.xaml"
                this._startImportBtn.Click += new System.Windows.RoutedEventHandler(this.Button_Click_2);

            #line default
            #line hidden
                return;

            case 10:
                this._textBoxPanel = ((System.Windows.Controls.StackPanel)(target));
                return;

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