Ejemplo n.º 1
0
 protected virtual void Initialize()
 {
     // Initialize the port and subscribe to the service
     ttsPort = DssEnvironment.ServiceForwarder <tts.SpeechTextOperations>(new Uri(serviceUri));
 }