Ejemplo n.º 1
0
        private static void ValidateInstallPhase(ContainerType container, ScriptValidator validator)
        {
            container.Visit(validator);

            if (!validator.HadProgressPage)
                throw new ScriptException(UILabels.ProgressPageIsRequired);
        }