示例#1
0
 public AccentModel(Dictionary dictionary)
 {
     this.dictionary = dictionary;
     this.accentPairs = dictionary.GetAccentPairs();
 }