Ejemplo n.º 1
0
 public void AddAttribute(string text)
 {
     SelectedAttributes.Add(text);
     SetPropertyChanged(nameof(CanContinue));
 }
Ejemplo n.º 2
0
 public void AddAttribute(string text)
 {
     SelectedAttributes.Add(text);
 }