namespace PepLib { public enum ProgrammingMode { Absolute, Incremental } }