private void buttonVenta_Click(object sender, EventArgs e) { Menu_Venta menu_venta = new Menu_Venta(Connection, empleado); menu_venta.ShowDialog(); }
private void pBsale_Click(object sender, EventArgs e) { Menu_Venta menu_venta = new Menu_Venta(CConnection, Empleado); menu_venta.ShowDialog(); }