private void Repaint() { GridUpdated?.Invoke(); }
public void OnGridUpdated(object?sender, EventArgs e) => GridUpdated?.Invoke(this, new EventArgs());