private void agregarToolStripMenuItem_Click(object sender, EventArgs e) { var vistaPrestamo = new VistaPrestamo(this, this.repositorioRecurso, this.repositorioSolicitante); if (this.repositorioPrestamo != null) { CargarDataGridView(vistaPrestamo); } vistaPrestamo.Show(); }
private void agregarToolStripMenuItem_Click(object sender, EventArgs e) { VistaPrestamo vistaPrestamo = new VistaPrestamo(); vistaPrestamo.Show(); }