Exemplo n.º 1
0
        static void Main()
        {
            Console.Title = "Wired Tree";

            Console.WriteLine("Hello, write \"help\" for options.");

            CommandsRunner.GetInstance().Run();
        }
Exemplo n.º 2
0
 static CommandsRunner()
 {
     Instance = new CommandsRunner();
 }