Exemple #1
0
 private void DisableTouch()
 {
     CurrentEvent.DisableTouch();
     NextEvents.ForEach((i) => i.DisableTouch());
 }