예제 #1
0
 public Action(ITerminalSession target, string command, ReceiverThreadAction ra)
 {
     _target  = target;
     _command = command;
     _receiverThreadAction = ra;
 }
예제 #2
0
 public Action(ITerminalSession target, string command, ReceiverThreadAction ra)
 {
     _target = target;
     _command = command;
     _receiverThreadAction = ra;
 }