Ejemplo n.º 1
0
 void IChatServiceCallback.RoomUpdated(ChatRoom room)
 {
     _eventDispatcher.Add(() => RoomUpdated.SafeInvoke(room));
 }