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