示例#1
0
 static void Main(string[] args)
 {
     using (CommandLine command = new SplitCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }
示例#2
0
文件: Program.cs 项目: sealong/Knifer
 static void Main(string[] args)
 {
     using (CommandLine command = new SplitCommandLine(args))
       {
     CommandLineBootstrap.Start(command);
       }
 }