C# Class CapDemo.TeamEndGame

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
lbl_Name System.Windows.Forms.Label
lbl_Score System.Windows.Forms.Label
pb_TeamShirt System.Windows.Forms.PictureBox

Méthodes publiques

Méthode Description
TeamEndGame ( ) : System

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.

pictureBox1_Click ( object sender, EventArgs e ) : void

Method Details

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

TeamEndGame() public méthode

public TeamEndGame ( ) : System
Résultat System

Property Details

lbl_Name public_oe property

public System.Windows.Forms.Label lbl_Name
Résultat System.Windows.Forms.Label

lbl_Score public_oe property

public System.Windows.Forms.Label lbl_Score
Résultat System.Windows.Forms.Label

pb_TeamShirt public_oe property

public System.Windows.Forms.PictureBox pb_TeamShirt
Résultat System.Windows.Forms.PictureBox