PointerEventHandler.cs 95 B

123
  1. using System;
  2. public delegate void PointerEventHandler(object sender, PointerEventArgs e);