port from perforce
This commit is contained in:
9
intromat/Intromat/Interfaces/IUndoItem.cs
Normal file
9
intromat/Intromat/Interfaces/IUndoItem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Intromat.Interfaces
|
||||
{
|
||||
public interface IUndoItem
|
||||
{
|
||||
void Redo();
|
||||
void Undo();
|
||||
IFile File { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user