示例#1
0
 private void Notify(string title, string message, string cover, NotifyType notificationType)
 {
     Growl.CoreLibrary.Resource Icon = cover;
     growl.Notify(new Notification(applicationName, notificationType.Type, DateTime.Now.Ticks.ToString(), message, title, Icon, false, Priority.VeryLow, null));
 }