Exemple #1
0
 public TranslationObject(int id, string path, TranslationHandler h)
 {
     this.Id      = id;
     this.Path    = path;
     this.Handler = h;
 }