duheng
2025-03-05 0f831db8df9c2e4adc7feca636967a0fb1cd5e29
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
    {