版本初始化,建立主窗体页面

This commit is contained in:
liu.wenjie
2019-07-13 19:28:22 +08:00
committed by liu.wenjie
commit 32b9b5ed0b
270 changed files with 360846 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace VisionEditTest
{
internal class ShapeMatchTool
{
public string text { get; set; } = null;
}
}