C# 클래스 Mahjong.Control.PC_Network

상속: ProgramControl
파일 보기 프로젝트 열기: Superbil/mahjong 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IamPlayer void
clientPlace void
getBrand void
getCheckUser void
getInt void
makeBrand void
newgame_network void
newgame_round void
pass void
pushToTable bool
round void
runCheckUser void
setInforamtion void
setName void
setupPlace void
toUser void

공개 메소드들

메소드 설명
PC_Network ( Form f ) : System
newgame ( ) : void

비공개 메소드들

메소드 설명
IamPlayer ( ) : void
clientPlace ( ) : void
getBrand ( Brand brand ) : void
getCheckUser ( CheckUser check ) : void
getInt ( int i ) : void
makeBrand ( Brand brand ) : void
newgame_network ( AllPlayers all ) : void
newgame_round ( ) : void
pass ( Brand brand ) : void
pushToTable ( Brand brand ) : bool
round ( ) : void
runCheckUser ( Brand brand ) : void
setInforamtion ( ) : void
setName ( ) : void
setupPlace ( ) : void
toUser ( CheckUser check ) : void

메소드 상세

PC_Network() 공개 메소드

public PC_Network ( Form f ) : System
f System.Windows.Forms.Form
리턴 System

newgame() 공개 메소드

public newgame ( ) : void
리턴 void