void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.AdminJuniorMembersWindow = ((HillRaceSystem.AdminJuniorMembers)(target));
         return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.AdminJuniorMembersWindow = ((HillRaceSystem.AdminJuniorMembers)(target));

            #line 4 "..\..\AdminJuniorMembers.xaml"
                this.AdminJuniorMembersWindow.Closed += new System.EventHandler(this.AdminJuniorMembersWindow_Closed);

            #line default
            #line hidden
                return;

            case 2:
                this.txtGuardian = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.___No_Name_ = ((System.Windows.Controls.Label)(target));
                return;

            case 4:
                this.txtRelationship = ((System.Windows.Controls.TextBox)(target));
                return;

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

            #line 19 "..\..\AdminJuniorMembers.xaml"
                this.btnDelete.Click += new System.Windows.RoutedEventHandler(this.btnDelete_Click);

            #line default
            #line hidden
                return;

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

            #line 20 "..\..\AdminJuniorMembers.xaml"
                this.btnUpdate.Click += new System.Windows.RoutedEventHandler(this.btnUpdate_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.btnAdd = ((System.Windows.Controls.Button)(target));

            #line 21 "..\..\AdminJuniorMembers.xaml"
                this.btnAdd.Click += new System.Windows.RoutedEventHandler(this.btnAdd_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.txtJName = ((System.Windows.Controls.TextBox)(target));
                return;

            case 9:
                this.txtJAddress = ((System.Windows.Controls.TextBox)(target));
                return;

            case 10:
                this.txtJSHRNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 11:
                this.txtJPostcode = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.txtJYearOfBirth = ((System.Windows.Controls.TextBox)(target));
                return;

            case 13:
                this.txtJPhoneNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 14:
                this.txtJEmail = ((System.Windows.Controls.TextBox)(target));
                return;

            case 15:
                this.txtJDoctor = ((System.Windows.Controls.TextBox)(target));
                return;

            case 16:
                this.txtJDoctorTel = ((System.Windows.Controls.TextBox)(target));
                return;

            case 17:
                this.cmbJMember = ((System.Windows.Controls.ComboBox)(target));

            #line 50 "..\..\AdminJuniorMembers.xaml"
                this.cmbJMember.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cmbJMember_SelectionChanged);

            #line default
            #line hidden
                return;

            case 18:
                this.txtJGender = ((System.Windows.Controls.TextBox)(target));
                return;
            }
            this._contentLoaded = true;
        }