コード例 #1
0
 public void AddItem(SelectedMemberNodeItem authorItem)
 {
     if (!CurrentSelectBtn.IsChecked.GetValueOrDefault()) return;
     _authorList.Add(authorItem);
     SelectedListBox.SelectedItem = authorItem;
 }
コード例 #2
0
 public AuthorEventArgs(SelectedMemberNodeItem enitiy)
 {
     AuthorEnitiy = enitiy;
 }