qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
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
    {