void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CustomeUserControl = ((ES.UI.Setups.ucStudentAttendanceDetailView)(target));
     return;
     case 2:
     this.radDatePicker = ((System.Windows.Controls.DatePicker)(target));
     
     #line 36 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
     this.radDatePicker.SelectedDateChanged += new System.EventHandler<System.Windows.Controls.SelectionChangedEventArgs>(this.radDatePicker_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 3:
     
     #line 48 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBoxClass_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 61 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBoxStudent_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.btnAttendanceView = ((System.Windows.Controls.Button)(target));
     
     #line 75 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
     this.btnAttendanceView.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceView_Click);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnAttendanceMark = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
     this.btnAttendanceMark.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceMark_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.CustomeUserControl = ((ES.UI.Setups.ucStudentAttendanceDetailView)(target));
                return;

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

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

            #line default
            #line hidden
                return;

            case 3:

            #line 48 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBoxClass_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:

            #line 61 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBoxStudent_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 75 "..\..\..\..\..\Setups\Attendance\ucStudentAttendanceDetailView.xaml"
                this.btnAttendanceView.Click += new System.Windows.RoutedEventHandler(this.btnAttendanceView_Click);

            #line default
            #line hidden
                return;

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

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

            #line default
            #line hidden
                return;

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