StreamCopyCommandHandler, Async rename
This commit is contained in:
9
src/Core/FileTime.Core/Command/CanHandleCommand.cs
Normal file
9
src/Core/FileTime.Core/Command/CanHandleCommand.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace FileTime.Core.Command
|
||||
{
|
||||
public enum CanHandleCommand
|
||||
{
|
||||
CanHandle,
|
||||
Fallback,
|
||||
CanNotHandle
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user