Exemplo n.º 1
0
 public InternalTimer(XmlLatch xmllatch, TimeSpan delay)
     : base(delay)
 {
     Priority = TimerPriority.OneSecond;
     m_latch  = xmllatch;
 }
Exemplo n.º 2
0
			public InternalTimer( XmlLatch xmllatch, TimeSpan delay ) : base( delay )
			{
				Priority = TimerPriority.OneSecond;
				m_latch = xmllatch;
			}