Property | Type | Description | |
---|---|---|---|
CollectCheckedLTs | void | ||
InitializeComponent | void | ||
LearningTaskSelectionForm_Load | void | ||
PopulateLearningTaskList | void | ||
PopulateWorldList | void | ||
UpdateLearningTaskDescription | void | ||
cancelButton_Click | void | ||
learningTaskList_ItemCheck | void | ||
learningTaskList_MouseClick | void | ||
learningTaskList_SelectedValueChanged | void | ||
okButton_Click | void | ||
worldList_SelectedIndexChanged | void |
Method | Description | |
---|---|---|
LearningTaskSelectionForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CollectCheckedLTs ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LearningTaskSelectionForm_Load ( object sender, EventArgs e ) : void | ||
PopulateLearningTaskList ( ) : void | ||
PopulateWorldList ( ) : void | ||
UpdateLearningTaskDescription ( ) : void | ||
cancelButton_Click ( object sender, EventArgs e ) : void | ||
learningTaskList_ItemCheck ( object sender, ItemCheckEventArgs e ) : void | ||
learningTaskList_MouseClick ( object sender, MouseEventArgs e ) : void | ||
learningTaskList_SelectedValueChanged ( object sender, EventArgs e ) : void | ||
okButton_Click ( object sender, EventArgs e ) : void | ||
worldList_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public LearningTaskSelectionForm ( ) : System | ||
return | System |