Пример #1
0
        public static void Main(string[] args)
        {
            System.Console.WriteLine("tesT");
            var app = new ProseApplication();

            if (args.Length > 0)
                app.File = args[0];

            app.Run();
        }
Пример #2
0
        public static void Main(string[] args)
        {
            System.Console.WriteLine("tesT");
            var app = new ProseApplication();

            if (args.Length > 0)
            {
                app.File = args[0];
            }

            app.Run();
        }