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