Exemple #1
0
        private void btnRmascota_Click(object sender, EventArgs e)
        {
            Mascota       m  = new Mascota();
            RegistroNuevo rn = new RegistroNuevo();

            m.Show();
            rn.Close();
        }