- using PaintDotNet.Data.Param;
- namespace PaintDotNet.Data.Action
- {
- /// <summary>
- /// 晶粒度GB/T24177-2009截点法
- /// </summary>
- public class Action1101242 : Action11012
- {
- public Action1101242() : base()
- {
- this.MenuId = ActionType.GrainSizeGBT24177CutOffPointMethod;
- this.OpenImage = "current";
- }
- }
- }
|