Ejemplo n.º 1
0
 public static ActorMgr SharedActorMgr()
 {
     if (_sharedActorMgr == null)
     {
         _sharedActorMgr = new ActorMgr();
     }
     return _sharedActorMgr;
 }