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