Exemplo n.º 1
0
 public Action(ITerminalSession target, string command, ReceiverThreadAction ra)
 {
     _target  = target;
     _command = command;
     _receiverThreadAction = ra;
 }
Exemplo n.º 2
0
 public Action(ITerminalSession target, string command, ReceiverThreadAction ra)
 {
     _target = target;
     _command = command;
     _receiverThreadAction = ra;
 }