Ejemplo n.º 1
0
 // This will broadcast our message to the clients.
 private void BroadcastEmotion( IEmotiv emo )
 {
     Clients.All.UpdateEmotion(emo);
 }
Ejemplo n.º 2
0
 // This will broadcast our message to the clients.
 private void BroadcastEmotion(IEmotiv emo)
 {
     Clients.All.UpdateEmotion(emo);
 }