using PaintDotNet.Data.Param; namespace PaintDotNet.Data.Action { /// /// 晶粒度ISO14250-2000面积法 /// public class Action1101283 : Action11012Area { public Action1101283() : base() { this.MenuId = ActionType.GrainSizeISO14250AreaMethod; this.OpenImage = "current"; } } }