Ejemplo n.º 1
0
 private void reportButton_Click(object sender, EventArgs e)
 {
     using (API.BugReportDialog dlg = new API.BugReportDialog("SonPLN", string.Join(Environment.NewLine, MainForm.Instance.LogFile.ToArray())))
         dlg.ShowDialog(this);
     Close();
 }
Ejemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     using (API.BugReportDialog err = new API.BugReportDialog("SonLVL", string.Join(Environment.NewLine, MainForm.Instance.LogFile.ToArray())))
         err.ShowDialog();
 }