예제 #1
0
 private void end()
 {
     isStart = false;
     if (OnEnd != null)
     {
         OnEnd();
     }
     TimeMgr.RemoveTimer(this);
 }