示例#1
0
        private void cuentasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Cuentas cuenta = new Cuentas();

            cuenta.ShowDialog();
        }
示例#2
0
        private void btnCrearCuenta_Click(object sender, EventArgs e)
        {
            Cuentas newCuenta = new Cuentas();

            newCuenta.ShowDialog();
        }