C# Class CapDemo.QuestionSetting

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: antang/NewCapstoneProject Class Usage Examples

Méthodes publiques

Свойство Type Description
btn_DeleteQuestion System.Windows.Forms.Button
btn_ImportQuestion System.Windows.Forms.Button

Méthodes publiques

Méthode Description
QuestionSetting ( ) : System
QuestionSetting ( int IdContest ) : System
countquestion ( ) : bool
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
InitializeComponent ( ) : void

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

QuestionSetting_Load ( object sender, EventArgs e ) : void
btn_DeleteQuestion_Click ( object sender, EventArgs e ) : void
btn_ImportQuestion_Click ( object sender, EventArgs e ) : void
lb_Phase_SelectedIndexChanged ( 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

QuestionSetting() public méthode

public QuestionSetting ( ) : System
Résultat System

QuestionSetting() public méthode

public QuestionSetting ( int IdContest ) : System
IdContest int
Résultat System

countquestion() public méthode

public countquestion ( ) : bool
Résultat bool

load() public méthode

public load ( ) : void
Résultat void

Property Details

btn_DeleteQuestion public_oe property

public System.Windows.Forms.Button btn_DeleteQuestion
Résultat System.Windows.Forms.Button

btn_ImportQuestion public_oe property

public System.Windows.Forms.Button btn_ImportQuestion
Résultat System.Windows.Forms.Button