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

            case 2:
                this.ShellHeader = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:

            #line 34 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:

            #line 48 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:

            #line 61 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 73 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
                this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassresult_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.grid = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.CustomUserControl = ((ES.UI.Setups.ucClassResult)(target));
     return;
     case 2:
     this.ShellHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     
     #line 34 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 48 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 61 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbExamList_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnViewClassMarks = ((System.Windows.Controls.Button)(target));
     
     #line 73 "..\..\..\..\..\Setups\Exams\ucClassResult.xaml"
     this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassresult_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.grid = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }