using System; namespace ShowGridNumber { public enum CalcGridInfoResult { eSucceded, eError, eMin, eIdling } }