Files

13 lines
159 B
C#
Raw Permalink Normal View History

2026-02-23 14:58:05 +08:00
using System;
namespace ShowGridNumber
{
public enum CalcGridInfoResult
{
eSucceded,
eError,
eMin,
eIdling
}
}