public ConfigurerServeurNotificationUI() { InitializeComponent(); notificationBL = new GestionNotificationBL(); app_folder = notificationBL.getParametre().REPERTOIRE_PHOTO; initialiserElement(); }
public GestionDesNotificationsUI() { InitializeComponent(); action = ""; notificationBL = new GestionNotificationBL(); convocationParent = new ConvocationParentUC(); convocationPersonnel = new ConvocationProfUC(); envoiResultat = new EnvoyerResultatUC(); reunion = new ReunionUC(); reunionEleve = new ReunionEleveUC(); parametre = notificationBL.getParametre(); }