Exemple #1
0
 private void cmdReunion_Click(object sender, RoutedEventArgs e)
 {
     reunion = new ReunionUC();
     panelForm.Children.Clear();
     panelForm.Children.Add(reunion);
     action = REUNION;
 }
Exemple #2
0
 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();
 }