Action110112.cs 367 B

1234567891011121314151617
  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. public class Action110112 : Action11011
  10. {
  11. public Action110112()
  12. {
  13. this.MenuId = ActionType.QuantitativeAnalysisASTME12452003;
  14. }
  15. }
  16. }