Example #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RE_MainWindow = ((RealEstate.MainWindow)(target));

            #line 9 "..\..\MainWindow.xaml"
                this.RE_MainWindow.Loaded += new System.Windows.RoutedEventHandler(this.RE_MainWindow_Loaded);

            #line default
            #line hidden
                return;

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

            case 3:
                this.LC_Loading = ((Framework.UI.Controls.LoadingContent)(target));
                return;

            case 4:
                this.G_LoginPanel = ((System.Windows.Controls.Grid)(target));
                return;

            case 5:
                this.TB_Username = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.PB_Password = ((System.Windows.Controls.PasswordBox)(target));
                return;

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

            #line 49 "..\..\MainWindow.xaml"
                this.BT_SignIn.Click += new System.Windows.RoutedEventHandler(this.BT_SignIn_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.G_ServerStatus = ((System.Windows.Controls.Grid)(target));
                return;

            case 9:
                this.B_ServerStatus = ((System.Windows.Controls.Border)(target));

            #line 63 "..\..\MainWindow.xaml"
                this.B_ServerStatus.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.B_ServerStatus_MouseDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RE_MainWindow = ((RealEstate.MainWindow)(target));
     
     #line 9 "..\..\MainWindow.xaml"
     this.RE_MainWindow.Loaded += new System.Windows.RoutedEventHandler(this.RE_MainWindow_Loaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.G_Loading = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.LC_Loading = ((Framework.UI.Controls.LoadingContent)(target));
     return;
     case 4:
     this.G_LoginPanel = ((System.Windows.Controls.Grid)(target));
     return;
     case 5:
     this.TB_Username = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.PB_Password = ((System.Windows.Controls.PasswordBox)(target));
     return;
     case 7:
     this.BT_SignIn = ((System.Windows.Controls.Button)(target));
     
     #line 49 "..\..\MainWindow.xaml"
     this.BT_SignIn.Click += new System.Windows.RoutedEventHandler(this.BT_SignIn_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.G_ServerStatus = ((System.Windows.Controls.Grid)(target));
     return;
     case 9:
     this.B_ServerStatus = ((System.Windows.Controls.Border)(target));
     
     #line 63 "..\..\MainWindow.xaml"
     this.B_ServerStatus.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.B_ServerStatus_MouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }