booruReader.Model.FavoriteHandler.FavoriteHandler C# (CSharp) 메소드

FavoriteHandler() 공개 메소드

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