桌面应用右下角图标设置
//设置notifyIcon_notifyIcon new NotifyIcon();try{var iconUri new Uri("pack://application:,,,/Labwant.ico", UriKind.Absolute);var streamInfo System.Windows.Application.GetResourceStream(iconUri);if (streamInfo ! null){_notifyIcon.Icon new Icon…
2026/7/10 7:55:52