Pull down IResourceDestination.

This commit is contained in:
2024-02-16 18:25:03 +08:00
parent 662cbf0827
commit e9e6d7002a
12 changed files with 258 additions and 185 deletions

View File

@@ -1,3 +1,4 @@
using Cryville.Crtr.Browsing.Actions;
using System;
using System.Collections.Generic;
@@ -10,7 +11,7 @@ namespace Cryville.Crtr.Browsing {
event Action ItemChanged;
bool IsReadOnly { get; }
bool ImportFrom(Uri uri);
IResourceAction GetImportAction();
void RemoveAt(int index);
void Activate();