Ejemplo n.º 1
0
 public static ServiceRegistry GetInstance()
 {
     if (null == instance)
     {
         instance = new ServiceRegistry();
     }
     return instance;
 }
Ejemplo n.º 2
0
 private void Initialize()
 {
     random = ServiceRegistry.GetInstance().GetRandom();
 }