示例#1
0
 public bool CancelAction(int actionId)
 {
     return(scheduledActions.Remove(actionId));
 }