Interaction logic for Notifier.xaml
コード例 #1
0
ファイル: Notifier.xaml.cs プロジェクト: growse/Feedling
 public static Notifier GetNotifier()
 {
     return thisinst ?? (thisinst = new Notifier());
 }