Ejemplo n.º 1
0
 private void buttonClear_Click(object sender, EventArgs e)
 {
     try {
         BouyomiChan.ClearTalkTasks();
     } catch {
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 未実行の読み上げテキストをクリアする
 /// </summary>
 public void ClearText()
 {
     try
     {
         bouyomiChanClient.ClearTalkTasks();
     }
     //catch (System.Runtime.Remoting.RemotingException exception)
     catch (Exception exception)
     {
         System.Diagnostics.Debug.WriteLine(exception.Message + " " + exception.StackTrace);
     }
 }