C# Class Mahjong.Forms.CPK

Inheritance: System.Windows.Forms.Form
Mostra file Open project: Superbil/mahjong Class Usage Examples

Public Methods

Method Description
CPK ( ProgramControl pc, CheckUser check ) : System
Enabled_Button ( CheckUser check ) : void
Enabled_Button ( bool chow, bool pong, bool kong, bool darkong, bool win ) : void

�]�w���s���A

Private Methods

Method Description
CPK_Load ( object sender, EventArgs e ) : void
Chow_Click ( object sender, EventArgs e ) : void
DarkKong_Click ( object sender, EventArgs e ) : void
Kong_Click ( object sender, EventArgs e ) : void
Pass_Click ( object sender, EventArgs e ) : void
Pong_Click ( object sender, EventArgs e ) : void
Win_Click ( object sender, EventArgs e ) : void

Method Details

CPK() public method

public CPK ( ProgramControl pc, CheckUser check ) : System
pc Mahjong.Control.ProgramControl
check Mahjong.Control.CheckUser
return System

Enabled_Button() public method

public Enabled_Button ( CheckUser check ) : void
check Mahjong.Control.CheckUser
return void

Enabled_Button() public method

�]�w���s���A
public Enabled_Button ( bool chow, bool pong, bool kong, bool darkong, bool win ) : void
chow bool �Y���s
pong bool �I���s
kong bool �b���s
darkong bool
win bool �J���s
return void