Add FolderProvider

This commit is contained in:
TheXamlGuy
2024-09-28 21:55:08 +01:00
parent 928969f39f
commit aa539c83e6
9 changed files with 84 additions and 26 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Toolkit.Foundation;
public record FolderFilter(bool AllowMultiple = false);