示例#1
0
        private void btnReportesProducto_Click(object sender, EventArgs e)
        {
            Form mostrarfactura = new ListadoDetalladoFactura();

            mostrarfactura.Show();
        }
示例#2
0
        private void btnFacturaProductos_Click(object sender, EventArgs e)
        {
            Form VistaFactura = new ListadoDetalladoFactura();

            VistaFactura.Show();
        }
        private void btnvercompras_Click(object sender, EventArgs e)
        {
            Form listafactura = new ListadoDetalladoFactura();

            listafactura.Show();
        }