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