Exemplo n.º 1
0
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return(SingletonContext ?? (SingletonContext = new GameUpdater()));
 }
Exemplo n.º 2
0
 public static GameUpdater Get()
 {
     lock (GameUpdaterSingletonLocker) return SingletonContext ?? (SingletonContext = new GameUpdater());
 }