Ejemplo n.º 1
0
 private void _partieActuelle_CartesVisiblesOntChanges(object sender, EventArgs e)
 {
     CartesVisiblesOntChanges?.Invoke(this, null);
 }
Ejemplo n.º 2
0
 private void CartesVisibles_CollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
 {
     CartesVisiblesOntChanges?.Invoke(this, null);
 }