Added view models and storage providers.
This commit is contained in:
9
Harmonia.WinUI/Storage/FilePickerOptions.cs
Normal file
9
Harmonia.WinUI/Storage/FilePickerOptions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Harmonia.WinUI.Storage;
|
||||
|
||||
public class FilePickerOptions
|
||||
{
|
||||
public IReadOnlyList<FilePickerFileType> FileTypeFilter { get; set; } = [];
|
||||
public StoragePickerViewMode ViewMode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user