Add import of polygon from dxf
This commit is contained in:
13
StructureHelperCommon/Services/Exports/IImportLogic.cs
Normal file
13
StructureHelperCommon/Services/Exports/IImportLogic.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace StructureHelperCommon.Services.Exports
|
||||
{
|
||||
public interface IImportLogic
|
||||
{
|
||||
void Import();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user