Beispiel #1
0
 public static c help(this c command)
 => command.SubmittingProcess.call("/?");
Beispiel #2
0
 public static c call(this IProcess broker, c command)
 => broker.Submit(command);