Esempio n. 1
0
 public static LifeManager GetInstance()
 {
     return(instance ?? (instance = new LifeManager()));
 }