Action1101232.cs 372 B

12345678910111213141516
  1. using PaintDotNet.Data.Param;
  2. namespace PaintDotNet.Data.Action
  3. {
  4. /// <summary>
  5. /// 晶粒度ISO643-2013截距法
  6. /// </summary>
  7. public class Action1101232 : Action11012Area
  8. {
  9. public Action1101232() : base()
  10. {
  11. this.MenuId = ActionType.GrainSizeISO643AreaMethod;
  12. this.OpenImage = "current";
  13. }
  14. }
  15. }