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