- using PaintDotNet.Data.Param;
- namespace PaintDotNet.Data.Action
- {
- /// <summary>
- /// 晶粒度GBT4335三圆截点法
- /// </summary>
- public class Action1101261 : Action11012
- {
- public Action1101261() : base()
- {
- this.MenuId = ActionType.GrainSizeGBT4335CutOffPointMethod;
- this.OpenImage = "current";
- }
- }
- }
|