示例#1
0
 public void ShowProdReport()
 {
     if (_productionReport == null)
     {
         _bulletinWindow.ShowInBody("");
         return;
     }
     ShowProductionReport(_productionReport.ProduceReport);
 }
示例#2
0
        public void ShowBuildings()
        {
            _report.Clear();
            _finReport.Clear();

            _bulletinWindow.ShowInBody(Buildings());
        }