public StripTimer( Stripper stripper, bool all, int count ) : base( TimeSpan.FromSeconds( 2 ), TimeSpan.FromSeconds( 1.8 ), 20 ) { Priority = TimerPriority.FiftyMS; from = stripper; c = count; d_all = all; }