mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-28 20:23:25 +08:00
添加项目文件。
This commit is contained in:
13
Util.DiagramDesigner/Enums/ValueTypePoint.cs
Normal file
13
Util.DiagramDesigner/Enums/ValueTypePoint.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Util.DiagramDesigner
|
||||
{
|
||||
public enum ValueTypePoint
|
||||
{
|
||||
Real = 0,
|
||||
Int = 1,
|
||||
Bool = 2,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user