Example #1
0
        private void btn_Chat(int intRow)
        {
            ChatServerForm chat = new ChatServerForm();

            chat.Show();
        }
        private void btn_Chat(int intRow)
        {
            ChatServerForm chat = new ChatServerForm(dataGridView1.Rows[intRow].Cells[0].Value.ToString());

            chat.Show();
        }