Exemple #1
0
 static void Main(string[] args)
 {
     using (CommandLine command = new ChecksumCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }
Exemple #2
0
 static void Main(string[] args)
 {
     using (CommandLine command = new ChecksumCommandLine(args))
       {
     CommandLineBootstrap.Start(command);
       }
 }