Exemplo n.º 1
0
        private void mascotasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormReporteMascotas reporteMascotas = new FormReporteMascotas();

            reporteMascotas.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnReporte_Click(object sender, EventArgs e)
        {
            FormReporteMascotas reporteMascotas = new FormReporteMascotas();

            reporteMascotas.ShowDialog();
        }