private void buttonChat_Click(object sender, EventArgs e) { ChatForm frm = new ChatForm(); frm.Show(); }