Exemplo n.º 1
0
 private void MenuCrearOportunidad_Click(object sender, EventArgs e)
 {
     Ventas.Oportunidades.FrmOportunidad form = Ventas.Oportunidades.FrmOportunidad.Instancia;
     form.Show();
 }
Exemplo n.º 2
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     Ventas.Oportunidades.FrmOportunidad form = Ventas.Oportunidades.FrmOportunidad.Instancia;
     form.Show();
 }