Пример #1
0
 private void OnExpandChildrenClick(DeckInformation parent)
 {
     deckListViewModel.ToggleChildrenVisibility(parent, decksView);
 }