示例#1
0
 public static void Warning(string text) => NotificationBox.Warning("Warning", text).Throw();
示例#2
0
 public static void Warning(string title, string text, Action lclick      = null, Action rclick = null, EdgeType side = EdgeType.Left, Monitor monitor = null) => NotificationBox.Warning(title, text, lclick, rclick, side, monitor).Throw();