Exemplo n.º 1
0
 public bool ReplaceFrameTask(int id, Action <int> callBack, int delay, int count = 1)
 {
     return(bTimer.ReplaceFrameTask(id, callBack, delay, count));
 }