OpenTween.TweenMain.NotifyIcon1_MouseMove C# (CSharp) Method

NotifyIcon1_MouseMove() private method

private NotifyIcon1_MouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
return void
        private void NotifyIcon1_MouseMove(object sender, MouseEventArgs e)
        {
            SetNotifyIconText();
        }
TweenMain