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