Ejemplo n.º 1
0
 public static c help(this c command)
 => command.SubmittingProcess.set("/?");
Ejemplo n.º 2
0
 public static c set(this IProcess broker, c command)
 => broker.Submit(command);