示例#1
0
        public override void CheckPageDisabled()
        {
            bool eulaExists = OVF.HasEula(SelectedOvfEnvelope);

            DisableStep = !eulaExists;
        }