This commit is contained in:
CortexCore
2023-12-30 17:38:52 +08:00
parent 84ea82581f
commit 4d3781a3d1
2 changed files with 35 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ namespace BITKit
{
//dictionary.Clear();
}
public static void Register<Interface, Class>() where Class : new()
{
var type = typeof(Interface);