Пример #1
0
 static void Main(string[] args)
 {
     using (var cmd = new GrepCopyCommandLine(args))
     {
         CommandLineBootstrap.Start(cmd);
     }
 }
Пример #2
0
 static void Main(string[] args)
 {
     using (var cmd = new GrepCopyCommandLine(args))
     {
         CommandLineBootstrap.Start(cmd);
     }
 }