Ejemplo n.º 1
0
        private void bunifuFlatButton2_Click(object sender, EventArgs e)
        {
            Form4 frm4 = new Form4();

            frm4.Show();
        }
Ejemplo n.º 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            Form4 frm4 = new Form4();

            frm4.ShowDialog();
        }