Example #1
0
        private void pictureBox4_MouseClick(object sender, MouseEventArgs e)
        {
            alter = 1;
            Cadastrar_animal frm_ani = new Cadastrar_animal();

            frm_ani.ShowDialog();
        }
Example #2
0
        private void cadastrarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Cadastrar_animal animais = new Cadastrar_animal();

            animais.ShowDialog();
        }
Example #3
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            Cadastrar_animal cadani = new Cadastrar_animal();

            cadani.ShowDialog();
        }
Example #4
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            Cadastrar_animal ani = new Cadastrar_animal();

            ani.Show();
        }