Method AddNotifier
AddNotifier(INotifier)
Adds new handler to respond for notification.
public virtual void AddNotifier(INotifier sender)
Parameters
senderINotifierSpecifies an object that can respond a notification.
Adds new handler to respond for notification.
public virtual void AddNotifier(INotifier sender)
sender INotifierSpecifies an object that can respond a notification.