Add import of polygon from dxf
This commit is contained in:
7
StructureHelperCommon/Services/Exports/IExportLogic.cs
Normal file
7
StructureHelperCommon/Services/Exports/IExportLogic.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace StructureHelperCommon.Services.Exports
|
||||
{
|
||||
public interface IExportLogic
|
||||
{
|
||||
void Export();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user