Esempio n. 1
0
 public static void NotifyInfo(string msg, string title = "提示")
 {
     DispatcherInvoke(() => { NotifyWin.Info(msg, title); });
 }