Beispiel #1
0
 public Romaji UseImeMode(bool mode)
 {
     _tools.UseIme(mode);
     _ime = true;
     return(this);
 }