zhangyuekai
2024-08-17 2ea53b9fbd3fc318f1c02c1888c22aec5abab8ef
HStation.RevitDev/RevitDataExport/Common/Singleton.cs
@@ -1,6 +1,6 @@
using System;
namespace HStation.RevitDev.RevitDataExport.Utils
namespace HStation.RevitDev.RevitDataExport.Common
{
    public abstract class Singleton<T> where T : class
    {