C# Class Mahjong.Control.PC_Network

Inheritance: ProgramControl
显示文件 Open project: Superbil/mahjong Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
PC_Network ( Form f ) : System
newgame ( ) : void

Private Methods

Method Description
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

Method Details

PC_Network() public method

public PC_Network ( Form f ) : System
f System.Windows.Forms.Form
return System

newgame() public method

public newgame ( ) : void
return void