public void RegSingleton <S>(string key) where S : T, new() { creaters[key] = new SingletonCreater <S>(); AddReg(key); }
public static void KachiLib_Create_SingletonCreater() { SingletonCreater.ShowWindow(); }