Exemplo n.º 1
0
 void IStoreGUIService.unregisterGui()
 {
     storeGUI = null;
 }
Exemplo n.º 2
0
 void IStoreGUIService.registerGui()
 {
     storeGUI = OperationContext.Current.GetCallbackChannel<IStoreGUICallback>();
 }