도면에서 표 추출
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace DwgExtractorManual.Models
|
||||
{
|
||||
public class AppSettings
|
||||
{
|
||||
public string? SourceFolderPath { get; set; }
|
||||
public string? DestinationFolderPath { get; set; }
|
||||
public string? LastExportType { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user