private void _console_GotFocus(object sender, EventArgs e) { if (runningOnStart) { _console.Text = ""; failureCount = Db4oDrsTestSuiteBuilder.RunTests(); //copy test log to share folder try { File.Copy("\\db4ounit.log", "\\Storage Card\\db4ounit.log", true); } catch (Exception exception) { } Close(); } }
private void _menuItem2_Click(object sender, System.EventArgs e) { _console.Text = ""; Db4oDrsTestSuiteBuilder.Main(null); }