IHostConfigurationViewsCreateNewExercise Method

Shows the wizard for creating a new exercise.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
void CreateNewExercise(
	Action finishingAction = null
)

Parameters

finishingAction  Action  (Optional)
Action to execute after the status change is completed.

See Also