public SectionTime(IAnimationSection section, DateTime endTime)
 {
     Section = section;
     EndTime = endTime;
 }
Ejemplo n.º 2
0
 public AnimationData(IAnimationSection section)
 {
     Section = section;
 }
Ejemplo n.º 3
0
 public SectionTime(IAnimationSection section, DateTime endTime)
 {
     Section = section;
     EndTime = endTime;
 }