C# 클래스 Notifiable

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

공개 메소드들

메소드 설명
HandleNotify ( TcpClient client, string values ) : void
Notifiable ( INotifiable notify ) : System

비공개 메소드들

메소드 설명
EndTurn ( string values ) : void
GameWon ( string values ) : void
PlayerLeft ( string values ) : void

메소드 상세

HandleNotify() 공개 메소드

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

Notifiable() 공개 메소드

public Notifiable ( INotifiable notify ) : System
notify INotifiable
리턴 System