booruReader.Model.FavoriteHandler.FavoriteHandler C# (CSharp) Method

FavoriteHandler() public method

public FavoriteHandler ( ) : System.Collections.Generic
return System.Collections.Generic
        public FavoriteHandler()
        {
            FolderSetup();
            _favoritesList = new List<BasePost>();
            //Load in favorites xml that contains tag info and file detail
            PopulateLit();
        }