namespace HStation.WinFrmUI
{
///
///
///
public interface IXhsProjectSimulationCalcuPrefix
{
///
/// 水力点击事件
///
event Action HydroClickEvent;
///
/// 绑定数据
///
void SetBindingData(Yw.Model.HydroModelInfo hydroInfo);
///
/// 是否有水利列表
///
bool HasHydroList { get; }
///
/// 显示查询面板
///
bool ShowFindPanel { get; set; }
}
}