C# Class QL.Interpreter.Controls.GUIQuestionnaire

Inheritance: System.Windows.Controls.StackPanel
Datei anzeigen Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
AddQuestion ( GUIQuestion guiQuestion ) : void
GUIQuestionnaire ( ) : System.Collections.Generic
Refresh ( ) : void

Method Details

AddQuestion() public method

public AddQuestion ( GUIQuestion guiQuestion ) : void
guiQuestion GUIQuestion
return void

GUIQuestionnaire() public method

public GUIQuestionnaire ( ) : System.Collections.Generic
return System.Collections.Generic

Refresh() public method

public Refresh ( ) : void
return void