Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            frmThemAccount them = new frmThemAccount();

            them.ShowDialog();
        }
Ejemplo n.º 2
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            frmThemAccount add = new frmThemAccount();

            add.Show();
        }