Removed Many Things

This commit is contained in:
CortexCore
2024-08-13 18:42:51 +08:00
parent c563c539a5
commit 79985ad6f5
1363 changed files with 5892 additions and 71512 deletions

View File

@@ -103,7 +103,7 @@ namespace BITKit
try
{
var instance = System.Activator.CreateInstance(x) as T;
DI.Inject(instance);
//DI.Inject(instance);
return instance;
}
catch (Exception e)