コード例 #1
0
 public ErrorAlertHandler(AlertRule rule, Notification notification) : base(rule, notification)
 {
 }
コード例 #2
0
 public AlertHandler(AlertRule rule, Notification notification)
 {
     this.rule         = rule;
     this.notification = notification;
 }