Example #1
0
File: Chat.cs Project: tsviet/Chat
 private void SendMessage(Message responce)
 {
     Server.SetActiveChatRoom(responce.other);
     Server.GetMessageList(responce.other).Add(responce.message[0]);
     IPC(Command.OK);
 }