Example #1
0
 public StatusChangeEventArgs(IMonitoredAttributeValue newValue, IMonitoredAttributeValue oldValue, DateTime timeReached)
 {
     this.OldValue    = oldValue;
     this.NewValue    = newValue;
     this.TimeReached = timeReached;
 }
 public StatusChangeEventArgs(IMonitoredAttributeValue newValue, IMonitoredAttributeValue oldValue, DateTime timeReached)
 {
     this.OldValue = oldValue;
     this.NewValue = newValue;
     this.TimeReached = timeReached;
 }