TheChan.Services.Storage.FavoriteThreadsService.FavoriteThreadsService C# (CSharp) Method

FavoriteThreadsService() public method

public FavoriteThreadsService ( IStorageService storageService ) : Windows.Storage
storageService IStorageService
return Windows.Storage
        public FavoriteThreadsService(IStorageService storageService)
            : base(storageService, ApplicationData.Current.RoamingFolder, "fvthreads.json") {}
    }
FavoriteThreadsService