AcManager.Tools.About.AboutHelper.CheckIfThereIsSomethingNew C# (CSharp) Méthode

CheckIfThereIsSomethingNew() public méthode

public CheckIfThereIsSomethingNew ( ) : void
Résultat void
        public void CheckIfThereIsSomethingNew () {
            HasNewReleaseNotes = ReleaseNotes.Entries.Any(x => x.IsNew);
            HasNewImportantTips = ImportantTips.Entries.Any(x => x.IsNew);
        }