コード例 #1
0
 private void GetVoicesSuccessEventHandler(GetVoicesResponse obj)
 {
     if (GetVoicesSuccessEvent != null)
     {
         GetVoicesSuccessEvent(obj);
     }
 }
コード例 #2
0
        private void _gcTextToSpeech_GetVoicesSuccessEvent(GetVoicesResponse response)
        {
            _voices = response.voices;

            FillVoicesList();
        }