using System; namespace HDL_ON_Android.Aliyu { public enum Level { high,//高 middle,//中 low//低 } }