Example #1
0
 private void ventasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Ventas ven = new Ventas();
     ven.Show();
 }
Example #2
0
 private void BtnVentas_Click(object sender, EventArgs e)
 {
     Ventas ven = new Ventas();
     ven.Show();
 }