| 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 Action110271 : Action11027
- {
- public Action110271() {
- this.MenuId = ActionType.PorosityPV6093;
- }
- }
- }
|