public void AssignGM(GM_ServiceLocator serviceLocator)
 {
     gm = serviceLocator;
 }
Beispiel #2
0
 void IGM_ServiceLocator_Recievable.AssignGM(GM_ServiceLocator serviceLocator)
 {
     gm = serviceLocator;
 }