using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Modèle { /// /// Type énuméré qui permet de savoir si un UserControlRequin et de type normal, édité ou ajouté /// public enum UCrequinType { /// /// UCRequin qui mène à la description du requin /// normal, /// /// UCRequin qui mène à DescriptionEdit /// edit, /// /// UCRequin qui mène à DescriptionAdd /// add, } }