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