init
This commit is contained in:
10
Common/DTS.Common.ISO/ISerializableFile.cs
Normal file
10
Common/DTS.Common.ISO/ISerializableFile.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace DTS.Common.ISO
|
||||
{
|
||||
public interface ISerializableFile
|
||||
{
|
||||
string GetDirectory();
|
||||
string GetExtension();
|
||||
string GetFilter();
|
||||
string GetFileLocation();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user