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

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

            case 3:

            #line 34 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:

            #line 48 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:

            #line 61 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee.xaml"
                ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Student_SelectionChanged);

            #line default
            #line hidden
                return;

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

            #line 73 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee.xaml"
                this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassMarks_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.ucStudentFee)(target));
     return;
     case 2:
     this.ShellHeader = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     
     #line 34 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee - Copy.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     
     #line 48 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee - Copy.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     
     #line 61 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee - Copy.xaml"
     ((System.Windows.Controls.ComboBox)(target)).SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.Student_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 6:
     this.btnViewClassMarks = ((System.Windows.Controls.Button)(target));
     
     #line 73 "..\..\..\..\..\..\Setups\Finance\Fee\ucStudentFee - Copy.xaml"
     this.btnViewClassMarks.Click += new System.Windows.RoutedEventHandler(this.btnViewClassMarks_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.grid = ((ExtendedGrid.ExtendedGridControl.ExtendedDataGrid)(target));
     return;
     }
     this._contentLoaded = true;
 }