using System; namespace DrawGraph { public enum PageStatus { Create, Edit } }