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