CloverExamplePOS.OverlayForm.ParentLocationChanged C# (CSharp) Метод

ParentLocationChanged() приватный Метод

private ParentLocationChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void ParentLocationChanged(object sender, EventArgs e)
        {
            this.Location = tocover.PointToScreen(Point.Empty);
        }