123456789101112131415161718 |
- using PaintDotNet.Data.Param;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PaintDotNet.Data.Action
- {
- public class Action1101921 : Action110192
- {
- public Action1101921() {
-
- this.MenuId = ActionType.GrayIronISO945Type;
- }
- }
- }
|