예제 #1
0
        private void corregirExistenciasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmExistencias frmcorregirExistencias = new frmExistencias(true);

            frmcorregirExistencias.ShowDialog();
        }
예제 #2
0
        private void agregarAlAlmacenToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmExistencias frmAgregarExistencias = new frmExistencias();

            frmAgregarExistencias.ShowDialog(this);
        }