Ejemplo n.º 1
0
        public static void Run()
        {
            CommandExecutor ce = new CommandExecutor();

            for (int i = 0; i < 30; i++)
            {
                ce.AddSomeWork(i.ToString());
            }
        }