Beispiel #1
0
 public async void Reload()
 {
     Mods.Clear();
     Mods.AddRange(await _modService.LoadAllAsync());
 }