Tested first run

This commit is contained in:
2022-08-29 19:30:36 -07:00
parent 659e0e39bf
commit 753eeaba2a
26 changed files with 711 additions and 458 deletions

View File

@ -46,4 +46,6 @@ public class Mapping : Properties.IMapping
public void SetFiltered() => _Filtered = true;
public void SetFiltered(bool value) => _Filtered = value;
}