CopyCommandFactory, Copy status
This commit is contained in:
@@ -5,11 +5,11 @@ namespace FileTime.App.Core.Services;
|
||||
|
||||
public interface IClipboardService
|
||||
{
|
||||
Type? CommandType { get; }
|
||||
Type? CommandFactoryType { get; }
|
||||
IReadOnlyList<FullName> Content { get; }
|
||||
|
||||
void AddContent(FullName absolutePath);
|
||||
void RemoveContent(FullName absolutePath);
|
||||
void Clear();
|
||||
void SetCommand<T>() where T : ITransportationCommand;
|
||||
void SetCommand<T>() where T : ITransportationCommandFactory;
|
||||
}
|
||||
Reference in New Issue
Block a user