Action110274.cs 397 B

1234567891011121314151617181920
  1. using PaintDotNet.Data.Param;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace PaintDotNet.Data.Action
  8. {
  9. /// <summary>
  10. ///
  11. /// </summary>
  12. public class Action110274: ActionAnalysis
  13. {
  14. public Action110274()
  15. {
  16. this.MenuId = ActionType.PorosityGBT37787;
  17. }
  18. }
  19. }