Esempio n. 1
0
 public static void CloseTrayTip(string closeKey)
 {
     WndTrayTip.Close(closeKey);
 }
Esempio n. 2
0
 public static void ShowTrayTip(string msg, string title = null)
 {
     WndTrayTip.ShowTrayTip(msg, title);
 }
Esempio n. 3
0
 public static void ShowTrayTip(string msg, string title = null, int showSecond = 30, string closeKey = null, Action cb = null)
 {
     WndTrayTip.ShowTrayTip(msg, title, showSecond, closeKey, cb);
 }