Ejemplo n.º 1
0
 public void AddItem(SelectedMemberNodeItem authorItem)
 {
     if (!CurrentSelectBtn.IsChecked.GetValueOrDefault()) return;
     _authorList.Add(authorItem);
     SelectedListBox.SelectedItem = authorItem;
 }
Ejemplo n.º 2
0
 public AuthorEventArgs(SelectedMemberNodeItem enitiy)
 {
     AuthorEnitiy = enitiy;
 }