Exemple #1
0
 public TrayIconAnimator(nucs.WinForms.Tray.TrayIcon trayIcon, Icon restStateIcon, params Icon[] animationFrames) {
     _trayIcon = trayIcon;
     _restStateIcon = restStateIcon;
     _animationFrames = animationFrames;
 }
Exemple #2
0
 public TrayIconAnimator(nucs.WinForms.Tray.TrayIcon trayIcon, Icon restStateIcon, params Icon[] animationFrames)
 {
     _trayIcon        = trayIcon;
     _restStateIcon   = restStateIcon;
     _animationFrames = animationFrames;
 }