コード例 #1
0
 public ISay Say(string value)
 {
     return(_speech.Say(value));
 }
コード例 #2
0
 public static void Say(string text)
 {
     _speech.Say(text);
 }