Beispiel #1
0
 /// <summary>
 /// Créer un evenement global
 /// </summary>
 /// <returns>VO_GlobalEvent</returns>
 public VO_GlobalEvent CreateGlobalEvent()
 {
     return(ObjectsFactory.CreateGlobalEvent());
 }