refactor: made all input readers sequential
This commit is contained in:
parent
5c721a3329
commit
2cae1eced7
18 changed files with 53 additions and 66 deletions
|
@ -10,7 +10,7 @@ namespace Domain {
|
|||
public CustomInput() {
|
||||
_history = new KeyHistory();
|
||||
|
||||
_readers.Add(new CedillaReader());
|
||||
_readers.Add(new CedillaReader(_history));
|
||||
_readers.Add(new GeminadaReader(_history));
|
||||
_readers.Add(new TxReader(_history));
|
||||
_readers.Add(new IxReader(_history));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue