Exemplo n.º 1
0
        private void button12_Click(object sender, EventArgs e)
        {
            chatbox chat = new chatbox();

            chat.Show();
        }
Exemplo n.º 2
0
 private void metroTileItem28_Click(object sender, EventArgs e)
 {
     chatbox chat = new chatbox();
     chat.Show();
 }
Exemplo n.º 3
0
 private void button12_Click(object sender, EventArgs e)
 {
     chatbox chat = new chatbox();
     chat.Show();
 }