Ejemplo n.º 1
0
        private static void ExecuteWorker(object o)
        {
            ProgressAction action = o as ProgressAction;

            if (action != null)
            {
                action.Execute();
            }
        }