using System; using System.Collections.Generic; using System.Text; namespace Util.DiagramDesigner { public enum DiagramType { Normal, FlowChart, Logical, SFC, } }