예제 #1
0
        static void Main()
        {
            Console.Title = "Wired Tree";

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

            CommandsRunner.GetInstance().Run();
        }
예제 #2
0
 static CommandsRunner()
 {
     Instance = new CommandsRunner();
 }