Beispiel #1
0
 public void SendTextToReporter()
 {
     bugReporter.SubmitReport(report.text);
     ClosePanel();
 }