Ejemplo n.º 1
0
 private void OnUpdatedByUser(int width, int height)
 {
     OnGridStructureChanged();
     UpdatedByUser?.Invoke(this, new UpdatedByUserEventArgs(width, height));
 }
Ejemplo n.º 2
0
 private void OnUpdatedByUser(Cell changedCell)
 {
     UpdatedByUser?.Invoke(this, new UpdatedByUserEventArgs(changedCell));
 }