示例#1
0
        public static void InnerMain(string[] args)
        {
            SourceFile source = new SourceFile(args[0]);

            // Add code here...
        }
示例#2
0
文件: main.cs 项目: Aleksandar7kr/ETU
 public static void InnerMain(string[] args)
 {
     SourceFile source = new SourceFile(args[0]);
     HTMLTokenVisitor visitor = new HTMLTokenVisitor();
     source.Accept(visitor);
 }
示例#3
0
文件: main.cs 项目: Aleksandar7kr/ETU
        public static void InnerMain(string[] args)
        {
            SourceFile source = new SourceFile(args[0]);

            // Add code here...
        }