Ejemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            registration_form rf = new registration_form();

            rf.ShowDialog();
        }
Ejemplo n.º 2
0
        private void newAccountToolStripMenuItem_Click(object sender, EventArgs e)
        {
            registration_form rf = new registration_form();

            rf.ShowDialog();
        }