zhangyk-c
2024-07-17 664a306caf536d3b7f454e7f82262c63b3a4fee3
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
    {