C# Class Invokable

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

Méthodes publiques

Méthode Description
HandleInvoke ( TcpClient client, string values ) : void
Invokable ( IInvokable invoke ) : System

Private Methods

Méthode Description
CashChanged ( string values ) : void
CreateUnit ( string values ) : void
Move ( Action action, string values ) : void
SplitUnit ( string values ) : void

Method Details

HandleInvoke() public méthode

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

Invokable() public méthode

public Invokable ( IInvokable invoke ) : System
invoke IInvokable
Résultat System