C# Class CapDemo.TeamEndGame

Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
lbl_Name System.Windows.Forms.Label
lbl_Score System.Windows.Forms.Label
pb_TeamShirt System.Windows.Forms.PictureBox

Public Methods

Method Description
TeamEndGame ( ) : System

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.

pictureBox1_Click ( 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

TeamEndGame() public method

public TeamEndGame ( ) : System
return System

Property Details

lbl_Name public_oe property

public System.Windows.Forms.Label lbl_Name
return System.Windows.Forms.Label

lbl_Score public_oe property

public System.Windows.Forms.Label lbl_Score
return System.Windows.Forms.Label

pb_TeamShirt public_oe property

public System.Windows.Forms.PictureBox pb_TeamShirt
return System.Windows.Forms.PictureBox