示例#1
0
        private void buttonVenta_Click(object sender, EventArgs e)
        {
            Menu_Venta menu_venta = new Menu_Venta(Connection, empleado);

            menu_venta.ShowDialog();
        }
示例#2
0
        private void pBsale_Click(object sender, EventArgs e)
        {
            Menu_Venta menu_venta = new Menu_Venta(CConnection, Empleado);

            menu_venta.ShowDialog();
        }