Ejemplo n.º 1
0
Archivo: Chat.cs Proyecto: tsviet/Chat
 private void SendMessage(Message responce)
 {
     Server.SetActiveChatRoom(responce.other);
     Server.GetMessageList(responce.other).Add(responce.message[0]);
     IPC(Command.OK);
 }