Exemple #1
0
 public static void Tray_ShowBubble(TrayBubbleBehaviour behaviour, int time, string title, string text, ToolTipIcon icon)
 {
     trayBubbleBehaviour = behaviour;
     _traybarContainer.notifyIcon.ShowBalloonTip(time, title, text, icon);
 }
Exemple #2
0
 public static void Tray_ShowBubble(TrayBubbleBehaviour behaviour, int time)
 {
     trayBubbleBehaviour = behaviour;
     _traybarContainer.notifyIcon.ShowBalloonTip(time);
 }