void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.CustomUserControl = ((ES.UI.Setups.ucSectionListView)(target));
                return;

            case 2:
                this.btnSaveSection = ((System.Windows.Controls.Button)(target));

            #line 33 "..\..\..\..\..\..\Setups\Setting\Class\ucSectionListView.xaml"
                this.btnSaveSection.Click += new System.Windows.RoutedEventHandler(this.btnSaveSection_Click);

            #line default
            #line hidden
                return;

            case 3:
                this.gvSectionListView = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));

            #line 46 "..\..\..\..\..\..\Setups\Setting\Class\ucSectionListView.xaml"
                this.gvSectionListView.RowEditEnding += new System.EventHandler <System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.gvSectionListView_RowEditEnding);

            #line default
            #line hidden
                return;

            case 4:

            #line 61 "..\..\..\..\..\..\Setups\Setting\Class\ucSectionListView.xaml"
                ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnCMDelete_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CustomUserControl = ((ES.UI.Setups.ucSectionListView)(target));
     return;
     case 2:
     this.btnSaveSection = ((System.Windows.Controls.Button)(target));
     
     #line 33 "..\..\..\..\..\Setups\Class\ucSectionListView.xaml"
     this.btnSaveSection.Click += new System.Windows.RoutedEventHandler(this.btnSaveSection_Click);
     
     #line default
     #line hidden
     return;
     case 3:
     this.gvSectionListView = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
     
     #line 46 "..\..\..\..\..\Setups\Class\ucSectionListView.xaml"
     this.gvSectionListView.RowEditEnding += new System.EventHandler<System.Windows.Controls.DataGridRowEditEndingEventArgs>(this.gvSectionListView_RowEditEnding);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 61 "..\..\..\..\..\Setups\Class\ucSectionListView.xaml"
     ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.btnCMDelete_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }