C# Class Mahjong.Forms.NewTable

显示文件 Open project: Superbil/mahjong

Public Methods

Method Description
NewTable ( ) : System
Setup ( AllPlayers all ) : void
add_flowLayoutBrands ( location state, Mahjong.Forms.BrandBox brandbox ) : void
cleanImage ( ) : void
clearAll ( ) : void
setInforamtion ( ) : void

Protected Methods

Method Description
addimage ( location state, Brand brand, RotateFlipType rotate ) : void
clearAllPlayer ( ) : void
clearFlowLayoutBrands_Table ( ) : void
clearNowPlayer ( ) : void

Private Methods

Method Description
fl_Hand_from_location ( location state ) : FlowLayoutPanel
fl_Show_from_location ( location state ) : FlowLayoutPanel
updateMoney ( ) : void
updateName ( ) : void
updateNowPlayer_Information ( ) : void
updateTitle ( ) : void
wind_Times_to_string ( int win ) : string

�[�W�s�X�ԴX

Method Details

NewTable() public method

public NewTable ( ) : System
return System

Setup() public method

public Setup ( AllPlayers all ) : void
all AllPlayers
return void

add_flowLayoutBrands() public method

public add_flowLayoutBrands ( location state, Mahjong.Forms.BrandBox brandbox ) : void
state location
brandbox Mahjong.Forms.BrandBox
return void

addimage() protected method

protected addimage ( location state, Brand brand, RotateFlipType rotate ) : void
state location
brand Brand
rotate RotateFlipType
return void

cleanImage() public method

public cleanImage ( ) : void
return void

clearAll() public method

public clearAll ( ) : void
return void

clearAllPlayer() protected method

protected clearAllPlayer ( ) : void
return void

clearFlowLayoutBrands_Table() protected method

protected clearFlowLayoutBrands_Table ( ) : void
return void

clearNowPlayer() protected method

protected clearNowPlayer ( ) : void
return void

setInforamtion() public method

public setInforamtion ( ) : void
return void