using MapoSDK; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IOB_UT_NEXT { public class plcMemMapExt : plcMemMap { public Dictionary optMemPar { get; set; } = new Dictionary(); public Dictionary fileDecod { get; set; } = new Dictionary(); } }