/// <summary>Updates the chat area.</summary>
 public void getMsg(ChatActions chat, TextView txt)
 {
     txt.Text = chat.GetMsg() + txt.Text;
 }
 /// <summary>Updates the chat area.</summary>
 public void getMsg(ChatActions chat, TextView txt)
 {
     txt.Text = chat.GetMsg() + txt.Text;
 }