Пример #1
0
 public Translation(string connString)
 {
     DB = new dbGraph(connString);
     lx = new Lexicon(DB);
 }