public CHAPTimelineEvent(DateTime start, DateTime end, ImgFormatContent content)
     : this()
 {
     this.start = start;
     this.end = end;
     this.content = content.ToString();
 }
Exemple #2
0
 public CHAPTimelineEvent(DateTime start, DateTime end, ImgFormatContent content) : this()
 {
     this.start   = start;
     this.end     = end;
     this.content = content.ToString();
 }