private void cmdFormularioEmbolse_Click(object sender, EventArgs e) { frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse(); ofrmRegistroEmbolse.ShowDialog(); }
private void rEGISTROEMBOLSEToolStripMenuItem_Click(object sender, EventArgs e) { frmRegistroEmbolse ofrmRegistroEmbolse = new frmRegistroEmbolse(); ofrmRegistroEmbolse.ShowDialog(); }