OpenTween.TweenMain.NotifyIcon1_MouseMove C# (CSharp) Méthode

NotifyIcon1_MouseMove() private méthode

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