C# Class Invokable

Show file Open project: BornToGrill/Project-Frequency Class Usage Examples

Public Methods

Method Description
HandleInvoke ( TcpClient client, string values ) : void
Invokable ( IInvokable invoke ) : System

Private Methods

Method Description
CashChanged ( string values ) : void
CreateUnit ( string values ) : void
Move ( Action action, string values ) : void
SplitUnit ( string values ) : void

Method Details

HandleInvoke() public method

public HandleInvoke ( TcpClient client, string values ) : void
client TcpClient
values string
return void

Invokable() public method

public Invokable ( IInvokable invoke ) : System
invoke IInvokable
return System