Ejemplo n.º 1
0
 private void buttonChat_Click(object sender, EventArgs e)
 {
     ChatForm frm = new ChatForm();
     frm.Show();
 }