using PaintDotNet.Data.Param; namespace PaintDotNet.Data.Action { /// /// 晶粒度GB/T6394-2017面积法 /// public class Action1101222 : Action11012Area { public Action1101222() : base() { this.MenuId = ActionType.GrainSizeGBT6394AreaMethod; this.OpenImage = "current"; } } }