OpenTween.TweenMain.TweenMain_LocationChanged C# (CSharp) Method

TweenMain_LocationChanged() private method

private TweenMain_LocationChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void TweenMain_LocationChanged(object sender, EventArgs e)
        {
            if (this.WindowState == FormWindowState.Normal && !_initialLayout)
            {
                _myLoc = this.DesktopLocation;
                ModifySettingLocal = true;
            }
        }
TweenMain