Example #1
0
 public InterruptionRecord(Interruption interruption)
 {
     Interruption = interruption;
     Timestamp = DateTime.Now;
 }
 public InterruptionRecord(Interruption interruption)
 {
     Interruption = interruption;
     Timestamp    = DateTime.Now;
 }