Ejemplo n.º 1
0
    void RemoveFromNotifyList(ActionPoint point)
    {
        if (notifyPoints.Remove(point))
        {
            point.DeNotify();
        }

        RemoveFromActionList(point);
    }