示例#1
0
 private void reportBugButton_Click(object sender, EventArgs e)
 {
     if (wbContext.is_commercial())
     {
         System.Diagnostics.Process.Start("http://support.oracle.com");
     }
     else
     {
         //wbContext.report_bug(errorInfo);
         System.Diagnostics.Process.Start("http://bugs.mysql.com");
     }
 }