Пример #1
0
        public static void Main(String[] args)
        {
            SimpleBlockingRequestExample example = new SimpleBlockingRequestExample();

            example.run(args);
            // wait for enter key to exit application
            System.Console.WriteLine("Press ENTER to quit");
            System.Console.Read();
            System.Console.WriteLine("Exiting");
        }
Пример #2
0
        public static void Main(String[] args)
        {
            SimpleBlockingRequestExample example = new SimpleBlockingRequestExample();

            example.run(args);
        }