예제 #1
0
        private void actualizarPrestamosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ActualizarPrestamo ap = new ActualizarPrestamo();

            ap.MdiParent = this;
            ap.Show();
        }
예제 #2
0
 private void actualizarPrestamosToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ActualizarPrestamo ap = new ActualizarPrestamo();
     ap.MdiParent = this;
     ap.Show();
 }