Esempio n. 1
0
 private async Task UpdateGroupList()
 {
     groupsListBox.DataSource = await _cloud.GetGroupListAsync();
 }