using System; namespace ShowGridNumber { public enum OutLineSide { eUp, eLeft, eRight, eBottom } }