示例#1
0
 static void Main(string[] args)
 {
     using (var command = new MoveDateCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }
示例#2
0
 static void Main(string[] args)
 {
     using (var command = new MoveDateCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }