public DeleteTimer(AutoWayPoint waypoint, DateTime time) : base(time - DateTime.Now) { m_waypoint = waypoint; Priority = TimerPriority.OneMinute; }