using Yw.WinFrmUI.Bimface; namespace HStation.WinFrmUI { /// /// /// public interface ISimulationCalcuResultLabelView { /// /// /// Task SetLogicCalcuCustomLabels(List obj); /// /// /// Task ClearLogicCalcuCustomLabels(); } }