Esempio n. 1
0
 public void RemoveAttribute(string text)
 {
     SelectedAttributes.Remove(text);
     SetPropertyChanged(nameof(CanContinue));
 }
Esempio n. 2
0
 public void RemoveAttribute(string text)
 {
     SelectedAttributes.Remove(text);
 }