Exemplo n.º 1
0
 public void SetTypingStatus(bool isTyping)
 {
     _toxModel.SetTypingStatus(_friendViewModel.FriendNumber, isTyping);
 }