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