//Client cl; //Preparateur prep; public Accueil() { InitializeComponent(); work = new CL_WORK_COMPONENT(); work.SetAuthentification("Client"); }
public Pharmacien(string username) { InitializeComponent(); this.username = username; work = new CL_WORK_COMPONENT(); work.SetAuthentification("Pharmacien"); }
public Client(string username) { InitializeComponent(); this.username = username; work = new CL_WORK_COMPONENT(); work.SetAuthentification("Client"); Recherche_Client(); }