Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     using (var command = new PrettifyXmlCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     using (var command = new PrettifyXmlCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }