C# Class CapDemo.GUI.ViewQuestionInCatalogue

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: antang/NewCapstoneProject

Méthodes publiques

Méthode Description
LoadQuestion ( ) : void
ViewQuestionInCatalogue ( ) : System
ViewQuestionInCatalogue ( int pIDCat, string pNameCat ) : System

Private Methods

Méthode Description
ViewQuestionInCatalogue_Load ( object sender, EventArgs e ) : void
btn_CancelViewQuestione_Click ( object sender, EventArgs e ) : void
dgv_Question_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
txt_SearchCatalogue_TextChanged ( object sender, EventArgs e ) : void

Method Details

LoadQuestion() public méthode

public LoadQuestion ( ) : void
Résultat void

ViewQuestionInCatalogue() public méthode

public ViewQuestionInCatalogue ( ) : System
Résultat System

ViewQuestionInCatalogue() public méthode

public ViewQuestionInCatalogue ( int pIDCat, string pNameCat ) : System
pIDCat int
pNameCat string
Résultat System