Example #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.wndFindBuddy = ((VMukti.Presentation.Find_Buddy)(target));
     return;
     case 2:
     this.lblCountry = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.lblState = ((System.Windows.Controls.Label)(target));
     return;
     case 4:
     this.txtUserName = ((System.Windows.Controls.TextBox)(target));
     
     #line 34 "..\..\Find_Buddy.xaml"
     this.txtUserName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtUserName_TextChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.lblCity = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.lblLanguage = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.tblkCountry = ((System.Windows.Controls.TextBox)(target));
     return;
     case 8:
     this.tblkState = ((System.Windows.Controls.TextBox)(target));
     return;
     case 9:
     this.tblkCity = ((System.Windows.Controls.TextBox)(target));
     return;
     case 10:
     this.tblkLanguage = ((System.Windows.Controls.TextBox)(target));
     return;
     case 11:
     this.btnSearch = ((System.Windows.Controls.Button)(target));
     return;
     case 12:
     this.lblGender = ((System.Windows.Controls.Label)(target));
     return;
     case 13:
     this.lblAgeRange = ((System.Windows.Controls.Label)(target));
     return;
     case 14:
     this.cbGender = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 15:
     this.cbAgeRange = ((System.Windows.Controls.ComboBox)(target));
     
     #line 46 "..\..\Find_Buddy.xaml"
     this.cbAgeRange.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 16:
     this.lblEMail = ((System.Windows.Controls.Label)(target));
     return;
     case 17:
     this.txtEMailID = ((System.Windows.Controls.TextBox)(target));
     return;
     case 18:
     this.grdFindBuddy = ((System.Windows.Controls.Grid)(target));
     return;
     case 19:
     this.lb = ((System.Windows.Controls.ListView)(target));
     return;
     case 20:
     this.btnAddContact = ((System.Windows.Controls.Button)(target));
     return;
     case 21:
     this.btnClose = ((System.Windows.Controls.Button)(target));
     return;
     }
     this._contentLoaded = true;
 }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.wndFindBuddy = ((VMukti.Presentation.Find_Buddy)(target));
                return;

            case 2:
                this.lblCountry = ((System.Windows.Controls.Label)(target));
                return;

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

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

            #line 34 "..\..\Find_Buddy.xaml"
                this.txtUserName.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.txtUserName_TextChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.lblCity = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.lblLanguage = ((System.Windows.Controls.Label)(target));
                return;

            case 7:
                this.tblkCountry = ((System.Windows.Controls.TextBox)(target));
                return;

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

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

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

            case 11:
                this.btnSearch = ((System.Windows.Controls.Button)(target));
                return;

            case 12:
                this.lblGender = ((System.Windows.Controls.Label)(target));
                return;

            case 13:
                this.lblAgeRange = ((System.Windows.Controls.Label)(target));
                return;

            case 14:
                this.cbGender = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 15:
                this.cbAgeRange = ((System.Windows.Controls.ComboBox)(target));

            #line 46 "..\..\Find_Buddy.xaml"
                this.cbAgeRange.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ComboBox_SelectionChanged);

            #line default
            #line hidden
                return;

            case 16:
                this.lblEMail = ((System.Windows.Controls.Label)(target));
                return;

            case 17:
                this.txtEMailID = ((System.Windows.Controls.TextBox)(target));
                return;

            case 18:
                this.grdFindBuddy = ((System.Windows.Controls.Grid)(target));
                return;

            case 19:
                this.lb = ((System.Windows.Controls.ListView)(target));
                return;

            case 20:
                this.btnAddContact = ((System.Windows.Controls.Button)(target));
                return;

            case 21:
                this.btnClose = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }