Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NotificationAction" /> class.
 /// </summary>
 /// <param name="notificationFactory">The notification factory.</param>
 public NotificationAction(Controls.INotificationFactory notificationFactory)
 {
     this.notificationFactory = notificationFactory;
 }