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