public void ShowProdReport() { if (_productionReport == null) { _bulletinWindow.ShowInBody(""); return; } ShowProductionReport(_productionReport.ProduceReport); }
public void ShowBuildings() { _report.Clear(); _finReport.Clear(); _bulletinWindow.ShowInBody(Buildings()); }