AcManager.Tools.About.AboutHelper.CheckIfThereIsSomethingNew C# (CSharp) Method

CheckIfThereIsSomethingNew() public method

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