C# Class SimpleChat.ChatWindowViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: ermau/Tempest

Méthodes publiques

Méthode Description
ChatWindowViewModel ( ChatClient client ) : System

Private Methods

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

Method Details

ChatWindowViewModel() public méthode

public ChatWindowViewModel ( ChatClient client ) : System
client SimpleChat.Client.ChatClient
Résultat System