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