void Wizard_OnStart(DockForm step) { obox.Clear(); //Executor.Instance.Cache(); ResetEvents(); Executor.Instance.FailAndRun = !ckStopOnError.Checked; Executor.Instance.RunAsync(); }
void Wizard_OnStop(DockForm step) { Executor.Instance.Stop(); }