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