Пример #1
0
 protected internal virtual new void OnStylusSystemGesture(System.Windows.Input.StylusSystemGestureEventArgs e)
 {
 }
Пример #2
0
 private void Window_StylusSystemGesture(object sender, System.Windows.Input.StylusSystemGestureEventArgs e)
 {
     logger.InfoFormat("{0:D3}.{1}", ++numberIndex, MethodBase.GetCurrentMethod().Name);
 }