public void SetAll(Dictionary <int, IAnnotationLabel> newLabels) { ClearTemporaryLabels(); NormalProvider.SetAll(newLabels); OnLabelChanged?.Invoke(this, EventArgs.Empty); }
public void SetAll(Dictionary <int, Label> newLabels) { ClearTemporaryLabels(); NormalProvider.SetAll(newLabels); }