C# Class CapDemo.GUI.Add_New_Game

Inheritance: System.Windows.Forms.Form
Show file Open project: antang/NewCapstoneProject

Public Methods

Method Description
Add_New_Game ( ) : System
Back ( ) : void
DataGeneralSetting ( ) : void
EditGeneralSetting ( ) : void
EditPhaseSetting ( ) : void
EditTeamSetting ( ) : void
GetIdContest ( ) : void
LoadGeneralSetting ( ) : void
LoadPhaseSetting ( ) : void
LoadTeamSetting ( ) : void
Next ( ) : void
SaveGeneralSetting ( ) : void
SavePhaseSetting ( ) : void
SaveTeamSetting ( ) : void

Private Methods

Method Description
AddPhase_onDelete ( object sender, EventArgs e ) : void
AddTeam_onDelete ( object sender, EventArgs e ) : void
Add_New_Game_Load ( object sender, EventArgs e ) : void
btn_Back_Click ( object sender, EventArgs e ) : void
btn_Next_Click ( object sender, EventArgs e ) : void
btn_Save_Click ( object sender, EventArgs e ) : void

Method Details

Add_New_Game() public method

public Add_New_Game ( ) : System
return System

Back() public method

public Back ( ) : void
return void

DataGeneralSetting() public method

public DataGeneralSetting ( ) : void
return void

EditGeneralSetting() public method

public EditGeneralSetting ( ) : void
return void

EditPhaseSetting() public method

public EditPhaseSetting ( ) : void
return void

EditTeamSetting() public method

public EditTeamSetting ( ) : void
return void

GetIdContest() public method

public GetIdContest ( ) : void
return void

LoadGeneralSetting() public method

public LoadGeneralSetting ( ) : void
return void

LoadPhaseSetting() public method

public LoadPhaseSetting ( ) : void
return void

LoadTeamSetting() public method

public LoadTeamSetting ( ) : void
return void

Next() public method

public Next ( ) : void
return void

SaveGeneralSetting() public method

public SaveGeneralSetting ( ) : void
return void

SavePhaseSetting() public method

public SavePhaseSetting ( ) : void
return void

SaveTeamSetting() public method

public SaveTeamSetting ( ) : void
return void