using System; namespace GoldPrinter { public enum GridLineFlag { None, Horizontal, Vertical, Both } }