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