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