Пример #1
0
 // Just to ensure that in case we ask for the instance,
 // we do not get an old dead instance
 public void UnregisterGREMaster()
 {
     gm = null;
 }
Пример #2
0
 // Central Maintenance baby...
 public void RegisterGREMaster(GREMaster g)
 {
     gm = g;
 }