using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BPASmart.Model { public enum ESiemensPlcType { S1200, S1500, S300_400, S200_Smart } }