System.Waf.Applications.RecentFileList.Add C# (CSharp) Method

Add() private method

private Add ( RecentFile recentFile ) : void
recentFile RecentFile
return void
        private void Add(RecentFile recentFile)
        {
            recentFile.PropertyChanged += RecentFilePropertyChanged;
            recentFiles.Add(recentFile);
        }