Esempio n. 1
0
        public void SetAll(Dictionary <int, IAnnotationLabel> newLabels)
        {
            ClearTemporaryLabels();
            NormalProvider.SetAll(newLabels);

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