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