Пример #1
0
        static void Main(string[] args)
        {
            try
            {
                PortBooterHost host = new PortBooterHost();

                host.Process(args);
            }
            catch (Exception e)
            {
                Console.WriteLine("{0}", e.ToString());
            }
        }
Пример #2
0
        static void Main( string[] args )
        {
            try
            {
                PortBooterHost host = new PortBooterHost();

                host.Process( args );
            }
            catch(Exception e)
            {
                Console.WriteLine( "{0}", e.ToString() );
            }
        }