using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FryPot_DosingSystem.Model { internal class PlcVariableModel { public string Address { get; set; } public ushort Length { get; set;} } }