예제 #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);