C# Class AuthorialAgentsWF.AuthTool

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit Class Usage Examples

Méthodes publiques

Méthode Description
AuthTool ( ) : System

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.

addLearningGoal_Click ( object sender, EventArgs e ) : void
addScenario_Click ( object sender, EventArgs e ) : void
editActions_Click ( object sender, EventArgs e ) : void
editLearningGoals_Click ( object sender, EventArgs e ) : void
editScenarios_Click ( object sender, EventArgs e ) : void
learningGoalsView_SelectedIndexChanged ( object sender, EventArgs e ) : void
removeLearningGoals_Click ( object sender, EventArgs e ) : void
removeScenarios_Click ( object sender, EventArgs e ) : void
scenariosListView_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AuthTool() public méthode

public AuthTool ( ) : System
Résultat System

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