Beispiel #1
0
        public static int Main(string[] args)
        {
            DocCompiler docCompiler = new DocCompiler();

            return(docCompiler.Run(args));
        }
Beispiel #2
0
 public static int Main(string[] args)
 {
     DocCompiler docCompiler = new DocCompiler();
     return docCompiler.Run(args);
 }