Пример #1
0
 private void cmdRegistroExportacion_Click(object sender, EventArgs e)
 {
     frmRegistroExportacion ofrmRegistroExportacion = new frmRegistroExportacion();
     ofrmRegistroExportacion.ShowDialog();
 }
Пример #2
0
        private void rEGISTRODEEXPORTACIONToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmRegistroExportacion ofrmRegistroExportacion = new frmRegistroExportacion();

            ofrmRegistroExportacion.ShowDialog();
        }
Пример #3
0
 private void rEGISTRODEEXPORTACIONToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmRegistroExportacion ofrmRegistroExportacion = new frmRegistroExportacion();
     ofrmRegistroExportacion.ShowDialog();
 }
Пример #4
0
        private void cmdRegistroExportacion_Click(object sender, EventArgs e)
        {
            frmRegistroExportacion ofrmRegistroExportacion = new frmRegistroExportacion();

            ofrmRegistroExportacion.ShowDialog();
        }