using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.Mes.Client.Comm.Control { public interface LabelControlInterface { string Caption { get; set; } } }