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