using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Yw.WinFrmUI.Bimface; namespace HStation.WinFrmUI { /// /// /// public interface ISimulationCalcuResultLabelView { /// /// /// Task SetLogicCalcuCustomLabels(List obj); /// /// /// Task ClearLogicCalcuCustomLabels(); } }