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