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