Example #1
0
 private void Refresh()
 {
     Groups = new ObservableCollection <ViewGroup>(_serviceClient.GetGroups(_userId));
 }