Example #1
0
 public void SetReport(CurrentSituation current)
 {
     _report           = null;
     _currentSituation = current;
     ReportCanvas.Invalidate();
 }
Example #2
0
 public void SetReport(Report report)
 {
     _report           = report;
     _currentSituation = null;
     ReportCanvas.Invalidate();
 }