diff -r 11234537653b -r 92f19af39024 middleware/src/Tracking/Events/SwipeEventArgs.cs --- a/middleware/src/Tracking/Events/SwipeEventArgs.cs Fri Mar 09 18:15:12 2012 +0100 +++ b/middleware/src/Tracking/Events/SwipeEventArgs.cs Thu Mar 15 13:33:21 2012 +0100 @@ -1,4 +1,16 @@ -using System; +/* + * Projet : TraKERS + * Module : MIDDLEWARE + * Sous-Module : Tracking/Events + * Classe : SwipeEventArgs + * + * Auteur : alexandre.bastien@iri.centrepompidou.fr + * + * Fonctionnalités : Cette classe contient les membres utilisés lors de l'appel au listener correspondant + * à l'événement : L'utilisateur a effectué un swipe. + */ + +using System; using System.Collections.Generic; using System.Linq; using System.Text;