Beispiel #1
0
        protected override void OnLocationChanged(EventArgs e)
        {
            base.OnLocationChanged(e);

            if (glow != null)
            {
                glow.UpdatePosition();
            }
        }