public InternalNSNotificationHandler(NSNotificationCenter notificationCenter, Action <NSNotification> notify)
 {
     this.notificationCenter = notificationCenter;
     this.notify             = notify;
     IsDirectBinding         = false;
 }
예제 #2
0
 public NSNotificationQueue(NSNotificationCenter notificationCenter)
 {
 }