Ejemplo n.º 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((MagicTactilForWindows.UCLog)(target));
                return;

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

            case 3:
                this.ConnectButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));
                return;

            case 4:
                this.NameBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
                return;

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

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

            case 7:
                this.SurfacePasswordBox = ((Microsoft.Surface.Presentation.Controls.SurfacePasswordBox)(target));

            #line 22 "..\..\..\View\UCLog.xaml"
                this.SurfacePasswordBox.PasswordChanged += new System.Windows.RoutedEventHandler(this.SurfacePasswordBox_PasswordChanged);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((MagicTactilForWindows.UCLog)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.ConnectButton = ((Microsoft.Surface.Presentation.Controls.SurfaceButton)(target));
     return;
     case 4:
     this.NameBox = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     return;
     case 5:
     this.UsernameLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 6:
     this.PasswordLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 7:
     this.SurfacePasswordBox = ((Microsoft.Surface.Presentation.Controls.SurfacePasswordBox)(target));
     
     #line 22 "..\..\..\..\View\Authentification\UCLog.xaml"
     this.SurfacePasswordBox.PasswordChanged += new System.Windows.RoutedEventHandler(this.SurfacePasswordBox_PasswordChanged);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }