Exemplo n.º 1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.Page = ((Fasetto.Word.ChatPage)(target));
         return;
     }
     this._contentLoaded = true;
 }
Exemplo n.º 2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Page = ((Fasetto.Word.ChatPage)(target));
                return;

            case 2:
                this.ChatMessageList = ((Fasetto.Word.ChatMessageListControl)(target));
                return;

            case 3:
                this.MessageText = ((System.Windows.Controls.TextBox)(target));

            #line 161 "..\..\..\Pages\ChatPage.xaml"
                this.MessageText.PreviewKeyDown += new System.Windows.Input.KeyEventHandler(this.MessageText_PreviewKeyDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }