示例#1
0
 public Romanizer(SpellingStyle spellingStyle, LongVowelStyle longVowelStyle)
 {
     _spellingStyle  = spellingStyle;
     _longVowelStyle = longVowelStyle;
 }
示例#2
0
 public Romanizer(SpellingStyle spellingStyle)
 {
     _spellingStyle = spellingStyle;
 }