예제 #1
0
파일: ExecuteForm.cs 프로젝트: mind0n/hive
		void Wizard_OnStart(DockForm step)
		{
			obox.Clear();
			//Executor.Instance.Cache();

			ResetEvents();
		    Executor.Instance.FailAndRun = !ckStopOnError.Checked;
			Executor.Instance.RunAsync();
		}
예제 #2
0
파일: ExecuteForm.cs 프로젝트: mind0n/hive
		void Wizard_OnStop(DockForm step)
		{
			Executor.Instance.Stop();
		}