protected virtual void OnMouthCoverArrived(MouthCoverArrivedEventArgs e)
 {
     if (MouthCoverArrived != null)
     {
         MouthCoverArrived(this, e);
     }
 }
Beispiel #2
0
 void _bodyAnalysis_MouthCoverArrived(object sender, MouthCoverArrivedEventArgs args)
 {
     MouthCoverCount++;
 }