How to make single instance of ToastNotification
osinnowo opened this issue · 1 comments
osinnowo commented
How do I make single instance of this ToastNotification...find it difficult to do so
rafallopatka commented
By default you can have multiple objects of class Notifier - so you can have multiple windows with notifications.
If you want just one object - singleton, just create static class which wil manage single object Notifier.