Example #1
0
		void Wizard_OnStart(DockForm step)
		{
			obox.Clear();
			//Executor.Instance.Cache();

			ResetEvents();
		    Executor.Instance.FailAndRun = !ckStopOnError.Checked;
			Executor.Instance.RunAsync();
		}
Example #2
0
		void Wizard_OnStop(DockForm step)
		{
			Executor.Instance.Stop();
		}