private void cmdEnvoiResultat_Click(object sender, RoutedEventArgs e) { envoiResultat = new EnvoyerResultatUC(); panelForm.Children.Clear(); panelForm.Children.Add(envoiResultat); action = ENVOI_RESULTAT; }
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(); }