rafallopatka/ToastNotifications

How to make single instance of ToastNotification

osinnowo opened this issue · 1 comments

How do I make single instance of this ToastNotification...find it difficult to do so

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.