コード例 #1
0
 private void TurnOn()
 {
     EngineAdapter.EnableTransliteration();
     IsEnabled = true;
     RaiseStateChanged(true);
 }