도면에서 표 추출

This commit is contained in:
horu2day
2025-08-12 14:33:18 +09:00
parent 3abb3c07ce
commit f114b8b642
26 changed files with 4877 additions and 2566 deletions

View File

@@ -10,8 +10,8 @@ namespace DwgExtractorManual.Models
public sealed class TeighaServicesManager
{
private static readonly object _lock = new object();
private static TeighaServicesManager _instance = null;
private static Services _services = null;
private static TeighaServicesManager? _instance = null;
private static Services? _services = null;
private static int _referenceCount = 0;
private static bool _isActivated = false;