Exemplo n.º 1
0
 public static void Main(String[] arg)
 {
     Commands.Console c = new Cmd();
     System.Console.WriteLine(c.getRoot());
     System.Console.ReadLine();
 }
Exemplo n.º 2
0
 public static void Main(String[] arg)
 {
     Commands.Console c = new Cmd();
     System.Console.WriteLine(c.getRoot());
     System.Console.ReadLine();
 }