Пример #1
0
        private static void Main(string[] args)
        {
            IProblemCommand command = new CommandProblemShortestReach();

            command.Run();
            Console.ReadLine();
        }
Пример #2
0
 private static void Main(string[] args)
 {
     IProblemCommand command = new CommandProblemShortestReach();
     command.Run();
     Console.ReadLine();
 }