示例#1
0
文件: set.cs 项目: 0xCM/Meta.Core
 public static c help(this c command)
 => command.SubmittingProcess.set("/?");
示例#2
0
文件: set.cs 项目: 0xCM/Meta.Core
 public static c set(this IProcess broker, c command)
 => broker.Submit(command);