コード例 #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="checkedTasks"></param>
 /// <param name="task"></param>
 private void OnNotCommuniPortTask(Task task)
 {
     // not find cp event
     //
     if (this.NotFindCommuniPort != null)
     {
         NotFindCommuniPortEventArgs e = new NotFindCommuniPortEventArgs(task);
         this.NotFindCommuniPort(this, e);
     }
 }
コード例 #2
0
ファイル: TaskManager.cs プロジェクト: hkiaipc/c2
 /// <summary>
 /// 
 /// </summary>
 /// <param name="checkedTasks"></param>
 /// <param name="task"></param>
 private void OnNotCommuniPortTask(Task task)
 {
     // not find cp event
     //
     if (this.NotFindCommuniPort != null)
     {
         NotFindCommuniPortEventArgs e = new NotFindCommuniPortEventArgs(task);
         this.NotFindCommuniPort(this, e);
     }
 }