Пример #1
0
 protected ProcessLauncherBase(StartProcessCommand command)
 {
     _command = command;
 }
Пример #2
0
 public RemoteProcessLauncher(StartProcessCommand cmd, string[] comupterNames)
     : base(cmd)
 {
     _computers = comupterNames;
 }
Пример #3
0
 public RemoteProcessLauncher(StartProcessCommand cmd, string[] comupterNames)
     : base(cmd)
 {
     _computers = comupterNames;
 }
Пример #4
0
 protected ProcessLauncherBase(StartProcessCommand command)
 {
     _command = command;
 }
Пример #5
0
 public LocalProcessLauncher(StartProcessCommand cmd)
     : base(cmd)
 {
 }