Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            Executive ex = new Executive();

            ex.Args = args;
            ex.runExecutive();
        }
Ejemplo n.º 2
0
        static void Main(string[] args)
        {
            Executive ex = new Executive();
            ex.Args = args;
            ex.runExecutive();

            Console.WriteLine("\n\nPress any key to continue");
            Console.ReadLine();
        }
Ejemplo n.º 3
0
        static void Main(string[] args)
        {
            Executive ex = new Executive();

            ex.Args = args;
            ex.runExecutive();

            Console.WriteLine("\n\nPress any key to continue");
            Console.ReadLine();
        }