Esempio n. 1
0
 private void ventasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Ventas.VentasPrincipal Ventas = new Ventas.VentasPrincipal();
     this.Visible = false;
     Ventas.Show();
 }
Esempio n. 2
0
 private void btnVentas_Click(object sender, EventArgs e)
 {
     Ventas.VentasPrincipal Ventas = new Ventas.VentasPrincipal();
     this.Visible = false;
     Ventas.Show();
 }