Пример #1
0
 private void MenuCrearOportunidad_Click(object sender, EventArgs e)
 {
     Ventas.Oportunidades.FrmOportunidad form = Ventas.Oportunidades.FrmOportunidad.Instancia;
     form.Show();
 }
Пример #2
0
 private void toolStripButton3_Click(object sender, EventArgs e)
 {
     Ventas.Oportunidades.FrmOportunidad form = Ventas.Oportunidades.FrmOportunidad.Instancia;
     form.Show();
 }