Add import of polygon from dxf
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace StructureHelperCommon.Services.Exports
|
||||
{
|
||||
public interface IFileIOnputData
|
||||
{
|
||||
string FileName { get; set; }
|
||||
string Filter { get; set; }
|
||||
string Title { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user