C# Class Notifiable

Afficher le fichier Open project: BornToGrill/Project-Frequency Class Usage Examples

Méthodes publiques

Méthode Description
HandleNotify ( TcpClient client, string values ) : void
Notifiable ( INotifiable notify ) : System

Private Methods

Méthode Description
EndTurn ( string values ) : void
GameWon ( string values ) : void
PlayerLeft ( string values ) : void

Method Details

HandleNotify() public méthode

public HandleNotify ( TcpClient client, string values ) : void
client TcpClient
values string
Résultat void

Notifiable() public méthode

public Notifiable ( INotifiable notify ) : System
notify INotifiable
Résultat System