-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Is your feature request related to a problem? Please describe.
用wpf为第三方程序开发插件时,使用Growl.Show(growlInfo) 时,由于Application.Current.Dispatcher为空,不执行Invoke的委托。
Describe the solution you'd liked
增加一个重载函数Growl.Show(GrowlInfo growlInfo,DispatcherObject dispatcherObject) ,使用dispatcherObject.Dispatcher.Invoke 执行委托
Metadata
Metadata
Assignees
Labels
No labels