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 {