Ejemplo n.º 1
0
        public void Detach(ExamHandler handler)
        {
            if (null == handler)
                return;

            _examEvent -= handler;
        }
Ejemplo n.º 2
0
 public ActionBeforeEndEvent()
 {
     _event = new Handler(onActionBeforeEnd);
     _examEvent = new ExamHandler(onActionBeforeEndExam);
 }