예제 #1
0
        public static int Main(string[] args)
        {
            Application app = new Application(args);
            bool success = app.Execute();

            return success ? 0 : 1;
        }