Exemple #1
0
        private void retourPageAnimal_Click(object sender, EventArgs e)
        {
            AnimauxInterface toShow = new AnimauxInterface();

            toShow.Show();
            this.Hide();
        }
Exemple #2
0
        private void animalsButton_Click(object sender, EventArgs e)
        {
            AnimauxInterface animauxInterface = new AnimauxInterface();

            animauxInterface.Show();
        }