Ejemplo n.º 1
0
        public static bool CheckMinorUpdate(AppRegInfo appReg)
        {
            if (update == null)
            {
                return(true);
            }

            CheckUpdateInformation();

            return(appReg.getUpdateVersion() == update.bms.inclementalUpdate.Length);
        }