Example #1
0
 public Entry(DictionaryItem parent)
 {
     _parent       = parent;
     RemoveCommand = new DelegateCommand(Remove);
 }
Example #2
0
 public Entry(DictionaryItem parent)
 {
     _parent = parent;
     RemoveCommand = new DelegateCommand(Remove);
 }