C# Class SimpleChat.ChatWindowViewModel

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: ermau/Tempest

Public Methods

Method Description
ChatWindowViewModel ( ChatClient client ) : System

Private Methods

Method Description
CanSendMessage ( string s ) : bool
OnChat ( object sender, ChatEventArgs e ) : void
OnPropertyChanged ( string name ) : void
SendMessage ( string s ) : void

Method Details

ChatWindowViewModel() public method

public ChatWindowViewModel ( ChatClient client ) : System
client SimpleChat.Client.ChatClient
return System