Exemplo n.º 1
0
        static public void Main(string [] args)
        {
            ReferenceTreeReport report = new ReferenceTreeReport();

            report.Run(args);
        }
Exemplo n.º 2
0
 public static void Main(string [] args)
 {
     ReferenceTreeReport report = new ReferenceTreeReport ();
     report.Run (args);
 }