Ejemplo n.º 1
0
 public void PanBy(PanByEventArgs eventArgs)
 {
     // do nothing
 }
Ejemplo n.º 2
0
 public void PanBy(PanByEventArgs eventArgs)
 {
     DelegateInputEvent(screen => screen.PanBy(eventArgs), eventArgs);
 }