Stackoverflow:
https://stackoverflow.com/questions/5096926/what-is-the-get-set-syntax-in-c
Just to add something... If you don't put {get; set;} you are creating a Field but if you put the {get; s...
Hardcodet.NotifyIcon.Wpf
这个是使用系统托盘图标来完成通知的推送的,前半段请参照我的其他文章(WPF实现系统托盘)
推送通知的例子:
App.TaskbarIcon.ShowBalloonTip("UIToy Notification", "Window Rect is null.", Hardcodet.Wpf.TaskbarNotification.Balloo...