private void HelpAndSupportMenuItem_Click(object sender, EventArgs e) { try { Process.Start("http://trizbort.genstein.net/?help"); } catch (Exception) { NewVersionDialog.CannotLaunchWebSite(); } }
private void HelpAndSupportMenuItem_Click(object sender, EventArgs e) { try { Process.Start("http://www.trizbort.com/Docs/index.shtml"); } catch (Exception) { NewVersionDialog.CannotLaunchWebSite(); } }