using System; using System.Collections.Generic; using System.Text; namespace Util.DiagramDesigner { public enum ValueTypePoint { Real = 0, Int = 1, Bool = 2, } }