- using PaintDotNet.Data.Param;
- namespace PaintDotNet.Data.Action
- {
- /// <summary>
- /// 晶粒度ISO14250-2000面积法
- /// </summary>
- public class Action1101283 : Action11012Area
- {
- public Action1101283() : base()
- {
- this.MenuId = ActionType.GrainSizeISO14250AreaMethod;
- this.OpenImage = "current";
- }
- }
- }
|