C# Class CapDemo.GUI.User_Controls.Setting_Game

Show file Open project: antang/NewCapstoneProject Class Usage Examples

Public Properties

Property Type Description
flp_Game System.Windows.Forms.FlowLayoutPanel

Public Methods

Method Description
Setting_Game ( ) : System
load ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

Setting_Game() public method

public Setting_Game ( ) : System
return System

load() public method

public load ( ) : void
return void

Property Details

flp_Game public property

public System.Windows.Forms.FlowLayoutPanel flp_Game
return System.Windows.Forms.FlowLayoutPanel