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