Files

13 lines
147 B
C#
Raw Permalink Normal View History

2026-02-23 14:58:05 +08:00
using System;
namespace ShowGridNumber
{
public enum OutLineSide
{
eUp,
eLeft,
eRight,
eBottom
}
}