Exemplo n.º 1
0
            public ResetTimer(RaiseSwitch raiseSwitch, TimeSpan delay)
                : base(delay)
            {
                this.m_RaiseSwitch = raiseSwitch;

                this.Priority = ComputePriority(delay);
            }
Exemplo n.º 2
0
 public ResetTimer( RaiseSwitch raiseSwitch, TimeSpan delay )
     : base(delay)
 {
     m_RaiseSwitch = raiseSwitch;
 }
Exemplo n.º 3
0
			public ResetTimer( RaiseSwitch raiseSwitch, TimeSpan delay ) : base( delay )
			{
				m_RaiseSwitch = raiseSwitch;

				Priority = ComputePriority( delay );
			}
Exemplo n.º 4
0
 public ResetTimer(RaiseSwitch raiseSwitch, TimeSpan delay)
     : base(delay)
 {
     m_RaiseSwitch = raiseSwitch;
 }