Exemplo n.º 1
0
 public PageAdministrer(Categorie laCategorie)
 {
     InitializeComponent();
     categorie = laCategorie;
 }
Exemplo n.º 2
0
 public AntibioParPrise(String pLibelle, String pUnite, Categorie pCategorie, int pDosePrise, int pNombre) : base(pLibelle, pUnite, pCategorie, pNombre)
 {
     this.dosePrise = pDosePrise;
 }
Exemplo n.º 3
0
 public AntibioParKilo(String pLibelle, String pUnite, Categorie pCategorie, int pDoseKilo, int pNombre) : base(pLibelle, pUnite, pCategorie, pNombre)
 {
     this.doseKilo = pDoseKilo;
 }