Exemplo n.º 1
0
 public void StopManDetection()
 {
     mManDetectionService.StopManDetection();
 }
 public void StopToiletStateMachine()
 {
     mManDetection.StopManDetection();
     mToiletStateMachine.Fire(ToiletEvents.StopStateMachine);
 }