private void CashTables_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { PropertyChanged.Raise(() => CashTables); CashTables.ForEach(ct => ct.Refresh()); }
public void Refresh() { PropertyChanged.Raise(() => IsAddPlayerEnabled); CashTables.ForEach(ct => ct.Refresh()); }