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

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

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