private void listaDePrestamosToolStripMenuItem_Click(object sender, EventArgs e) { FormListaPrestamos ListaPrestamos = new FormListaPrestamos(); ListaPrestamos.Show(); }
private void button2_Click(object sender, EventArgs e) { FormListaPrestamos ListaPrestamos = new FormListaPrestamos(); ListaPrestamos.Show(); }