C# Class Dynamic_Games.NonCoopEquilForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
lConclusion System.Windows.Forms.Label

Public Methods

Method Description
NonCoopEquilForm ( ) : System
add_toListview ( List l ) : void

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.

NonCoopEquilForm_Load ( object sender, EventArgs e ) : void
bStart_Click ( object sender, EventArgs e ) : void
cbGame_SelectedIndexChanged ( 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

NonCoopEquilForm() public method

public NonCoopEquilForm ( ) : System
return System

add_toListview() public method

public add_toListview ( List l ) : void
l List
return void

Property Details

lConclusion public_oe property

public System.Windows.Forms.Label lConclusion
return System.Windows.Forms.Label