using System; namespace DrawGraph { public enum DoAnesOpeStatus { VIEW, ADDPD, MOVEPD, SelectArea } }