C# Class CinderellaMGS.Waiting_Area

Inheritance: System.Windows.Forms.Form
Show file Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Public Properties

Property Type Description
cName List
cNamePaired List
gMName List
gMNamePaired List

Public Methods

Method Description
Closer ( ) : void
Waiting_Area ( ) : System
populateForm ( ) : void
populateLists ( ) : 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.

Waiting_Area_Click ( object sender, EventArgs e ) : void
Waiting_Area_Load ( object sender, EventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
cinderellaLB_SelectedIndexChanged ( object sender, EventArgs e ) : void
disablePictures ( ) : void
enableImages ( int a ) : void
timer1_Tick ( object sender, EventArgs e ) : void
timer2_Tick ( object sender, EventArgs e ) : void

Method Details

Closer() public method

public Closer ( ) : void
return void

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

Waiting_Area() public method

public Waiting_Area ( ) : System
return System

populateForm() public method

public populateForm ( ) : void
return void

populateLists() public method

public populateLists ( ) : void
return void

Property Details

cName public property

public List cName
return List

cNamePaired public property

public List cNamePaired
return List

gMName public property

public List gMName
return List

gMNamePaired public property

public List gMNamePaired
return List