Пример #1
0
 private void cmdFormularioEmbolse_Click(object sender, EventArgs e)
 {
     frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse();
     ofrmRegistroEmbolse.ShowDialog();
 }
Пример #2
0
        private void cmdFormularioEmbolse_Click(object sender, EventArgs e)
        {
            frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse();

            ofrmRegistroEmbolse.ShowDialog();
        }
Пример #3
0
 private void rEGISTROEMBOLSEToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse();
     ofrmRegistroEmbolse.ShowDialog();
 }
Пример #4
0
        private void rEGISTROEMBOLSEToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse();

            ofrmRegistroEmbolse.ShowDialog();
        }