C# 클래스 PsHandler.PokerMath.PokerCommand

상속: IPokerCommand
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 메소드들

메소드 설명
Exec ( Table table ) : void
PokerCommand ( string commandText ) : System
Undo ( Table table ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( Table table ) : void
table Table
리턴 void

PokerCommand() 공개 메소드

public PokerCommand ( string commandText ) : System
commandText string
리턴 System

Undo() 공개 메소드

public Undo ( Table table ) : void
table Table
리턴 void