Example #1
0
        private void btn_reporteClientes_Click(object sender, EventArgs e)
        {
            Form10EmitirReporteCl reporteClientes = new Form10EmitirReporteCl();

            reporteClientes.Owner = this;
            reporteClientes.ShowDialog();
        }
Example #2
0
        private void btn_ReporteCliente_Click(object sender, EventArgs e)
        {
            var EmitirReporteCl = new Form10EmitirReporteCl();

            EmitirReporteCl.ShowDialog();
        }