1234567891011121314151617 |
- 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 Action110311 : Action11031A
- {
- public Action110311() {
- this.MenuId = ActionType.PetroleumGeologySonSYT5434;
- }
- }
- }
|