Exemplo n.º 1
0
 public void SendTextToReporter()
 {
     bugReporter.SubmitReport(report.text);
     ClosePanel();
 }