Interaction logic for Notifier.xaml
Example #1
0
 public static Notifier GetNotifier()
 {
     return thisinst ?? (thisinst = new Notifier());
 }