예제 #1
0
 static void Main(string[] args)
 {
     using (var command = new PrettifyXmlCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }
예제 #2
0
파일: Program.cs 프로젝트: SmartFire/Knifer
 static void Main(string[] args)
 {
     using (var command = new PrettifyXmlCommandLine(args))
     {
         CommandLineBootstrap.Start(command);
     }
 }