コード例 #1
0
ファイル: Program.cs プロジェクト: siwanghu/Device
 public void speechText(string text)
 {
     synthesizer.Speak(text);
 }