| 1234567891011121314151617181920 |
- using PaintDotNet.Data.Param;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PaintDotNet.Data.Action
- {
- /// <summary>
- ///
- /// </summary>
- public class Action110274: ActionAnalysis
- {
- public Action110274()
- {
- this.MenuId = ActionType.PorosityGBT37787;
- }
- }
- }
|