コード例 #1
0
ファイル: call.cs プロジェクト: 0xCM/Meta.Core
 public static c help(this c command)
 => command.SubmittingProcess.call("/?");
コード例 #2
0
ファイル: call.cs プロジェクト: 0xCM/Meta.Core
 public static c call(this IProcess broker, c command)
 => broker.Submit(command);