Added view models and storage providers.

This commit is contained in:
2025-03-22 19:05:13 -04:00
parent c3a87dee6a
commit 9245e9c4cc
8 changed files with 883 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace Harmonia.WinUI.Storage;
public class FolderPickerOptions
{
public StoragePickerViewMode ViewMode { get; set; }
}