示例#1
0
        private void mascotasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FormReporteMascotas reporteMascotas = new FormReporteMascotas();

            reporteMascotas.ShowDialog();
        }
示例#2
0
        private void btnReporte_Click(object sender, EventArgs e)
        {
            FormReporteMascotas reporteMascotas = new FormReporteMascotas();

            reporteMascotas.ShowDialog();
        }