public AnimationSingleElement() { Placement = new Placement(); Route = new AnimationRoute(); //GraphicName = GraphicProxy.GenerateElementName(this); }
public AnimationGroupElement() { Placement = new Placement(); Route = new AnimationRoute(); Elements = new List <IAnimationElement>(); }