Пример #1
0
 public MyCommand(ListBoxHelperBase <T> owner, ICommand cmd)
 {
     this.owner = owner;
     this.cmd   = cmd;
 }