コード例 #1
0
 private void Button_Click(object sender, EventArgs e)
 {
     if (!this._SettingStatus)
     {
         Pub.ShowSettingForm(this);
     }
     else
     {
         this.ResetCommentIndex();
         this._Settings.TimeSignal = !this._Settings.TimeSignal;
         Pub.ClearTalkTasks();
     }
 }
コード例 #2
0
 /// <summary>
 /// 予約されているタスクをすべて削除します。
 /// </summary>
 public void ClearAll()
 {
     Pub.ClearTalkTasks();
 }