private void cmdconvocationEnseignant_Click(object sender, RoutedEventArgs e) { convocationPersonnel = new ConvocationProfUC(); panelForm.Children.Clear(); panelForm.Children.Add(convocationPersonnel); action = CONVOCATION_PERSONNEL; }
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(); }