/// <summary> /// 棒読みちゃんの残りのタスクを全て消去します。 /// </summary> public void ClearTalkTasks() { try { RemotingObject.ClearTalkTasks(); } catch (Exception exception) { // 棒読みちゃんが起動していないとSystem.Runtime.Remoting.RemotingExceptionが発生する System.Diagnostics.Debug.WriteLine(exception.Message); System.Diagnostics.Debug.WriteLine(exception.StackTrace); } }
/// <summary> /// 棒読みちゃんの残りのタスクを全て消去します。 /// </summary> public void ClearTalkTasks() { RemotingObject.ClearTalkTasks(); }