C# Class CapDemo.GUI.User_Controls.Setting_Game

Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
flp_Game System.Windows.Forms.FlowLayoutPanel

Méthodes publiques

Méthode Description
Setting_Game ( ) : System
load ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddTeam_onDelete ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Setting_Game_Load ( object sender, EventArgs e ) : void
lbl_AddGame_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

Setting_Game() public méthode

public Setting_Game ( ) : System
Résultat System

load() public méthode

public load ( ) : void
Résultat void

Property Details

flp_Game public_oe property

public System.Windows.Forms.FlowLayoutPanel flp_Game
Résultat System.Windows.Forms.FlowLayoutPanel