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