Exemplo n.º 1
0
		void Wizard_OnStart(DockForm step)
		{
			obox.Clear();
			//Executor.Instance.Cache();

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