Added playlist view.
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Harmonia.WinUI.Storage;
|
||||
|
||||
public interface IStorageProvider
|
||||
{
|
||||
public Task<string> GetFileAsync(FilePickerOptions? options = null);
|
||||
public Task<string?> GetSingleFileAsync(FilePickerOptions? options = null);
|
||||
public Task<string[]> GetFilesAsync(FilePickerOptions? options = null);
|
||||
public Task<string> GetPathAsync();
|
||||
public Task<string?> GetPathAsync();
|
||||
}
|
||||
Reference in New Issue
Block a user