CloverExamplePOS.OverlayForm.ParentLocationChanged C# (CSharp) Method

ParentLocationChanged() private method

private ParentLocationChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void ParentLocationChanged(object sender, EventArgs e)
        {
            this.Location = tocover.PointToScreen(Point.Empty);
        }