コード例 #1
0
ファイル: ScriptLoader.cs プロジェクト: pvginkel/NuGetUpdate
        private static void ValidateInstallPhase(ContainerType container, ScriptValidator validator)
        {
            container.Visit(validator);

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