Esempio n. 1
0
        public void PerformUp(object sender, MouseEventArgs e)
        {
            PokeControl control = GetControlAt(new Point(e.X, e.Y));

            if (control != null)
            {
                control.MouseUp(e);
            }
        }