mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create and implement IGenerate, IImport
This commit is contained in:
7
SabreHelper/Interfaces/IImport.cs
Normal file
7
SabreHelper/Interfaces/IImport.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace SabreTools.Helper
|
||||
{
|
||||
public interface IImport
|
||||
{
|
||||
bool ImportData();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user