Exemplo n.º 1
0
 private static bool InRange(LongRunRepro key, ushort start)
 {
   return (key.GroupNumber >= start) && (key.GroupNumber <= start + 0xFF);
 }
Exemplo n.º 2
0
 private static bool InRange(LongRunRepro key, ushort start)
 {
     return((key.GroupNumber >= start) && (key.GroupNumber <= start + 0xFF));
 }