Added SelectFilesHandler
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
|
||||
public class SelectFoldersHandler(IFolderProvider folderProvider) :
|
||||
IHandler<SelectionEventArgs<FolderFilter>, IReadOnlyCollection<string>?>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user