using System; using System.Collections.Generic; using System.Text; namespace AIStudio.Wpf.Mind { public enum NodeLevel { Level1, Level2, Level3 } }