public static void Autoexec()
 {
     CGestionnaireNotificationsPopup.RegisterExecuteur(
         typeof(CDonneeNotificationWorkflow),
         new CExecuteurNotificationEtapeWorkflow());
 }
Пример #2
0
 public static void Autoexec()
 {
     CGestionnaireNotificationsPopup.RegisterExecuteur(
         typeof(CDonneeNotificationBesoinIntervention),
         new CExecuteurNotificationBesoinUtilisateur());
 }