Ejemplo n.º 1
0
            public LoopTimer(XmlAnimate attachment, TimeSpan delay)
                : base(delay, delay)
            {
                this.Priority = TimerPriority.OneSecond;

                this.m_attachment = attachment;
                this.m_delay      = delay;
            }
Ejemplo n.º 2
0
            public LoopTimer(XmlAnimate attachment, TimeSpan delay)
                : base(delay, delay)
            {
                this.Priority = TimerPriority.OneSecond;

                this.m_attachment = attachment;
                this.m_delay = delay;
            }