C# 클래스 Invokable

파일 보기 프로젝트 열기: BornToGrill/Project-Frequency 1 사용 예제들

공개 메소드들

메소드 설명
HandleInvoke ( TcpClient client, string values ) : void
Invokable ( IInvokable invoke ) : System

비공개 메소드들

메소드 설명
CashChanged ( string values ) : void
CreateUnit ( string values ) : void
Move ( Action action, string values ) : void
SplitUnit ( string values ) : void

메소드 상세

HandleInvoke() 공개 메소드

public HandleInvoke ( TcpClient client, string values ) : void
client TcpClient
values string
리턴 void

Invokable() 공개 메소드

public Invokable ( IInvokable invoke ) : System
invoke IInvokable
리턴 System