Exemplo n.º 1
0
        private static void Main(string[] args)
        {
            IProblemCommand command = new CommandProblemShortestReach();

            command.Run();
            Console.ReadLine();
        }
Exemplo n.º 2
0
 private static void Main(string[] args)
 {
     IProblemCommand command = new CommandProblemShortestReach();
     command.Run();
     Console.ReadLine();
 }