Exemplo n.º 1
0
 public void SendChat(string strContent, int friendID = 0)
 {
     api.SendChat(strContent, friendID);
 }