using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PaintDotNet.Base.Enum { public enum FunctionParameters { /// /// 去除 /// Remove, /// /// 选择 /// Choise } }