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