Added view models and storage providers.
This commit is contained in:
6
Harmonia.WinUI/Storage/FolderPickerOptions.cs
Normal file
6
Harmonia.WinUI/Storage/FolderPickerOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Harmonia.WinUI.Storage;
|
||||
|
||||
public class FolderPickerOptions
|
||||
{
|
||||
public StoragePickerViewMode ViewMode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user