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