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