equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * This file is part of the TraKERS\Middleware package. |
2 * This file is part of the TraKERS\Middleware package. |
3 * |
3 * |
4 * (c) IRI <http://www.iri.centrepompidou.fr/> |
4 * (c) IRI <http://www.iri.centrepompidou.fr/> |
5 * |
5 * |
6 * For the full copyright and license information, please view the LICENSE |
6 * For the full copyright and license information, please view the LICENSE |
14 * Classe : FallEventArgs |
14 * Classe : FallEventArgs |
15 * |
15 * |
16 * Auteur : alexandre.bastien@iri.centrepompidou.fr |
16 * Auteur : alexandre.bastien@iri.centrepompidou.fr |
17 * |
17 * |
18 * Fonctionnalités : Cette classe contient les membres utilisés lors de l'appel au listener correspondant |
18 * Fonctionnalités : Cette classe contient les membres utilisés lors de l'appel au listener correspondant |
19 * à l'événement : L'utilisateur a sauté. |
19 * à l'événement : L'utilisateur est tombé. |
20 */ |
20 */ |
21 |
21 |
22 using System; |
22 using System; |
23 using System.Collections.Generic; |
23 using System.Collections.Generic; |
24 using System.Linq; |
24 using System.Linq; |