using System; namespace GoldPrinter { public enum SewingDirectionFlag { Left, Top } }