示例#1
0
文件: TrayAnimator.cs 项目: Nucs/nlib
 public TrayIconAnimator(nucs.WinForms.Tray.TrayIcon trayIcon, Icon restStateIcon, params Icon[] animationFrames) {
     _trayIcon = trayIcon;
     _restStateIcon = restStateIcon;
     _animationFrames = animationFrames;
 }
示例#2
0
 public TrayIconAnimator(nucs.WinForms.Tray.TrayIcon trayIcon, Icon restStateIcon, params Icon[] animationFrames)
 {
     _trayIcon        = trayIcon;
     _restStateIcon   = restStateIcon;
     _animationFrames = animationFrames;
 }