middleware/Tracking/Search/Dictionnary.cs
changeset 15 4b78f179e7ce
child 17 fda26bfcabef
equal deleted inserted replaced
14:10d5199d9874 15:4b78f179e7ce
       
     1 /*
       
     2 * This file is part of the TraKERS\Middleware package.
       
     3 *
       
     4 * (c) IRI <http://www.iri.centrepompidou.fr/>
       
     5 *
       
     6 * For the full copyright and license information, please view the LICENSE_MIDDLEWARE
       
     7 * file that was distributed with this source code.
       
     8 */
       
     9 
       
    10 /*
       
    11  * Projet : TraKERS
       
    12  * Module : MIDDLEWARE
       
    13  * Sous-Module : Search
       
    14  * Classe : Dictionnary
       
    15  * 
       
    16  * Auteur : alexandre.bastien@iri.centrepompidou.fr
       
    17  * 
       
    18  * Fonctionnalités : Dictionnaire sous forme d'arbre contenant les courbes répertoriées pour la recherche.
       
    19  */
       
    20 
       
    21 using System;
       
    22 using System.Collections.Generic;
       
    23 using System.Linq;
       
    24 using System.Text;
       
    25 
       
    26 namespace Trakers.MainModule.Search
       
    27 {
       
    28     public class Dictionnary
       
    29     {
       
    30     }
       
    31 }