public Form_acces_rapide_taches(Utilisateur u, Taches t, Form_gestion_tache g) { InitializeComponent(); utilisateur = u; taches = t; taches.affiche_taches_liste_acces_rapide(this.acces_rapide_tache_liste, utilisateur.Id_Membre); form_gestion_tache = g; }
public Form_nouvelle_tache(Utilisateur u, Taches t, Form_gestion_tache g) { InitializeComponent(); taches = t; utilisateur = u; today = DateTime.Now; form_gestion_tache = g; }
public Form_gestion_tache(form_login lg, Utilisateur u, Taches t, Form_professeur e) { InitializeComponent(); this.form_login = lg; this.utilisateur = u; this.taches = t; this.form_professeur = e; unProf = true; fermer_programme = true; }
public Form_paramestres_taches(Taches t) { InitializeComponent(); this.taches = t; }