public MorphTimer(XmlMorph attachment, TimeSpan delay) : base(delay) { Priority = TimerPriority.OneSecond; m_Attachment = attachment; }