Пример #1
0
 private void button1_Click_1(object sender, EventArgs e)
 {
     this.Hide();
     GA.Compras.Ord_Compra.ConfPresupuesto confPresupuesto = new Ord_Compra.ConfPresupuesto("editarPresupuesto");
     confPresupuesto.ShowDialog();
     this.Show();
 }
Пример #2
0
 private void BtnAlmbutton2_Click(object sender, EventArgs e)
 {
     this.Hide();
     GA.Compras.Ord_Compra.ConfPresupuesto confPresupuesto = new Ord_Compra.ConfPresupuesto("ordenCompra");
     confPresupuesto.ShowDialog();
     this.Show();
 }