using System.Collections.Generic; using System.Linq; namespace Domain.Input { public class IDieresiReader : SequentialInputReader { public IDieresiReader(KeyHistory history) : base(history, new List{ 0xDE, 0x49 }, 0x10, true) { } } }