コード例 #1
0
 protected override void LoadDataIntoGrid()
 {
     _departmentsPresenter.Display();
     _inventoryItemsPresenter.Display();
     _currenciesPresenter.Display();
     _openingSupplyEntriesPresenter.Display();
 }
コード例 #2
0
 /// <summary>
 /// Loads the data into grid.
 /// </summary>
 protected override void LoadDataIntoGrid()
 {
     _currenciesPresenter.Display();
 }