C# Class CapDemo.Result

Datei anzeigen Open project: antang/NewCapstoneProject

Public Properties

Property Type Description
flp_TeamEndGame System.Windows.Forms.FlowLayoutPanel

Public Methods

Method Description
Result ( ) : System
colorplayer ( int idplayer ) : int
nameplayer ( int idplayer ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Result_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Result() public method

public Result ( ) : System
return System

colorplayer() public method

public colorplayer ( int idplayer ) : int
idplayer int
return int

nameplayer() public method

public nameplayer ( int idplayer ) : string
idplayer int
return string

Property Details

flp_TeamEndGame public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_TeamEndGame
return System.Windows.Forms.FlowLayoutPanel