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