Exemplo n.º 1
0
 private void button1_Click(object sender, System.EventArgs e)
 {
     VentanaReporteMarca marca = new VentanaReporteMarca();
     marca.Show();
 }
Exemplo n.º 2
0
        private void ImprimirButton_Click(object sender, System.EventArgs e)
        {
            VentanaReporteMarca marca = new VentanaReporteMarca();

            marca.Show();
        }