Example #1
0
 public void OnMainMenuLoad()
 {
     model.SortersLoading();
     view.CreateSortersList(model.LoadNamesOfSorters(model.Sorters));
 }