private void ImprimirButton_Click(object sender, EventArgs e)
 {
     VentanaReporteCliente cliente = new VentanaReporteCliente();
     cliente.Show();
 }
Beispiel #2
0
        private void Imprimirbutton_Click(object sender, EventArgs e)
        {
            VentanaReporteCliente cliente = new VentanaReporteCliente();

            cliente.Show();
        }