port from perforce
This commit is contained in:
24
intromat/Intromat/Interfaces/IFile.cs
Normal file
24
intromat/Intromat/Interfaces/IFile.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using Intromat.ViewModels;
|
||||
|
||||
namespace Intromat.Interfaces
|
||||
{
|
||||
public interface IFile
|
||||
{
|
||||
bool IsDirty
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
|
||||
string FullPath
|
||||
{
|
||||
get;
|
||||
}
|
||||
|
||||
string Name
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user