Beispiel #1
0
 public NotificationListener()
 {
     _callback = (int type) => {
         this.ProcessNotification(type);
     };
     _notificationListener = InteropEmu.RegisterNotificationCallback(_callback);
 }