Пример #1
0
 void RpcWrite(string text, string username)
 {
     p_chatModel.AddToChat(username + " : " + text);
 }