コード例 #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();
		}