C# Class CapDemo.ContinueSetting

Afficher le fichier Open project: antang/NewCapstoneProject

Méthodes publiques

Свойство Type Description
lbl_Status System.Windows.Forms.Label

Méthodes publiques

Méthode Description
ContinueSetting ( ) : System
DataGeneralSetting ( ) : void
EditGeneralSetting ( ) : void
EditPhaseSetting ( ) : void
EditTeamSetting ( ) : void
LoadCompetitionSetting ( ) : void
LoadGeneralSetting ( ) : void
LoadPhaseSetting ( ) : void
LoadTeamSetting ( ) : void
back ( ) : void
next ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

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

ContinueSetting() public méthode

public ContinueSetting ( ) : System
Résultat System

DataGeneralSetting() public méthode

public DataGeneralSetting ( ) : void
Résultat void

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

EditGeneralSetting() public méthode

public EditGeneralSetting ( ) : void
Résultat void

EditPhaseSetting() public méthode

public EditPhaseSetting ( ) : void
Résultat void

EditTeamSetting() public méthode

public EditTeamSetting ( ) : void
Résultat void

LoadCompetitionSetting() public méthode

public LoadCompetitionSetting ( ) : void
Résultat void

LoadGeneralSetting() public méthode

public LoadGeneralSetting ( ) : void
Résultat void

LoadPhaseSetting() public méthode

public LoadPhaseSetting ( ) : void
Résultat void

LoadTeamSetting() public méthode

public LoadTeamSetting ( ) : void
Résultat void

back() public méthode

public back ( ) : void
Résultat void

next() public méthode

public next ( ) : void
Résultat void

Property Details

lbl_Status public_oe property

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