using System; namespace GoldPrinter { public enum PrintModeFlag { Win, Web } }