Esempio n. 1
0
 protected void SendReport(BaseCommand command, CommandReportArgs args)
 {
     OnReportSent?.Invoke(command, args);
 }
Esempio n. 2
0
 protected void SendReport(BaseCommand command, string message, ReportType reportType)
 {
     SendReport(command, new CommandReportArgs(message, reportType));
 }