mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-25 01:06:36 +08:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace VisionEditTest
|
|
{
|
|
internal class ShapeMatchTool
|
|
{
|
|
public string text { get; set; } = null;
|
|
}
|
|
} |