namespace PlcSiemens.Core.Common { public interface IControlAble { /// /// 启动控制 /// void Start(); /// /// 停止控制 /// void Stop(); } }