Add CanInvoke
method to IResourceAction
.
This commit is contained in:
@@ -11,6 +11,9 @@ namespace Cryville.Crtr.Browsing.Actions {
|
||||
public string Name { get { return "Import"; } }
|
||||
public int Priority { get { return 0; } }
|
||||
|
||||
public bool CanInvoke(Uri uri, IResourceMeta resource) {
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
public void Invoke(Uri uri, IResourceMeta resource) {
|
||||
if (_destination.ImportFrom(uri))
|
||||
Popup.Create("Import succeeded");
|
||||
|
Reference in New Issue
Block a user