Exemplo n.º 1
0
 protected virtual void OnLossOfEyeContactArrived(LossOfEyeContactArrivedEventArgs e)
 {
     if (LossOfEyeContactArrived != null)
     {
         LossOfEyeContactArrived(this, e);
     }
 }
Exemplo n.º 2
0
 void _microExpressions_LossOfEyeContactArrived(object sender, LossOfEyeContactArrivedEventArgs args)
 {
     //throw new NotImplementedException();
     _eyeContactLostCount++;
     LostContactCount = _eyeContactLostCount;
 }