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

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

            case 3:
                this.buffer = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));

            #line 13 "..\..\..\View\UCChatBox.xaml"
                this.buffer.KeyUp += new System.Windows.Input.KeyEventHandler(this.SurfaceTextBox_KeyUp);

            #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.UCChatBox)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.buffer = ((Microsoft.Surface.Presentation.Controls.SurfaceTextBox)(target));
     
     #line 13 "..\..\..\..\View\Notification\UCChatBox.xaml"
     this.buffer.KeyUp += new System.Windows.Input.KeyEventHandler(this.SurfaceTextBox_KeyUp);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }