void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.MarkClassAttendanceUserControl = ((ES.UI.Setups.ucMarkClassAttendance)(target));
     return;
     case 2:
     this.cmbClassList = ((System.Windows.Controls.ComboBox)(target));
     
     #line 35 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
     this.cmbClassList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbClassList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     this.cmbSectionList = ((System.Windows.Controls.ComboBox)(target));
     
     #line 48 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
     this.cmbSectionList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbClassList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.radDatePicker = ((System.Windows.Controls.DatePicker)(target));
     
     #line 61 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
     this.radDatePicker.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.cmbClassList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnAttendanceMark = ((System.Windows.Controls.Button)(target));
     
     #line 74 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
     this.btnAttendanceMark.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceMark_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAttendanceSave = ((System.Windows.Controls.Button)(target));
     
     #line 81 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
     this.btnAttendanceSave.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceSave_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.gvMarkClassAttendanceView = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MarkClassAttendanceUserControl = ((ES.UI.Setups.ucMarkClassAttendance)(target));
                return;

            case 2:
                this.cmbClassList = ((System.Windows.Controls.ComboBox)(target));

            #line 35 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
                this.cmbClassList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbClassList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 3:
                this.cmbSectionList = ((System.Windows.Controls.ComboBox)(target));

            #line 48 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
                this.cmbSectionList.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbClassList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.radDatePicker = ((System.Windows.Controls.DatePicker)(target));

            #line 61 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
                this.radDatePicker.SelectedDateChanged += new System.EventHandler <System.Windows.Controls.SelectionChangedEventArgs>(this.cmbClassList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.btnAttendanceMark = ((System.Windows.Controls.Button)(target));

            #line 74 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
                this.btnAttendanceMark.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceMark_Click);

            #line default
            #line hidden
                return;

            case 6:
                this.btnAttendanceSave = ((System.Windows.Controls.Button)(target));

            #line 81 "..\..\..\..\..\Setups\Attendance\ucMarkClassAttendance.xaml"
                this.btnAttendanceSave.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceSave_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.gvMarkClassAttendanceView = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }