using PaintDotNet.Data.Param; namespace PaintDotNet.Data.Action { /// /// 晶粒度ISO643-2013截距法 /// public class Action1101231 : Action11012 { public Action1101231() : base() { this.MenuId = ActionType.GrainSizeISO643CutOffPointMethod; this.OpenImage = "current"; } } }