C# Class CinderellaMGS.Waiting_Area

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ThomasMoreCollege/CinderellaMGS Class Usage Examples

Méthodes publiques

Свойство Type Description
cName List
cNamePaired List
gMName List
gMNamePaired List

Méthodes publiques

Méthode Description
Closer ( ) : void
Waiting_Area ( ) : System
populateForm ( ) : void
populateLists ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public Closer ( ) : void
Résultat void

Dispose() protected méthode

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

Waiting_Area() public méthode

public Waiting_Area ( ) : System
Résultat System

populateForm() public méthode

public populateForm ( ) : void
Résultat void

populateLists() public méthode

public populateLists ( ) : void
Résultat void

Property Details

cName public_oe property

public List cName
Résultat List

cNamePaired public_oe property

public List cNamePaired
Résultat List

gMName public_oe property

public List gMName
Résultat List

gMNamePaired public_oe property

public List gMNamePaired
Résultat List