Beispiel #1
0
        public bool IsUpdateAvailable()
        {
            if (_currentUpdateInfo == null || !_currentUpdateInfo.IsValid)
            {
                return(false);
            }

            return(_currentUpdateInfo.Version > GeneralAppInfo.getVer());
        }
Beispiel #2
0
        public bool IsUpdateAvailable()
        {
            if (CurrentUpdateInfo == null || !CurrentUpdateInfo.IsValid)
            {
                return(false);
            }

            return(CurrentUpdateInfo.Version > GeneralAppInfo.GetApplicationVersion());
        }