namespace HStation.WinFrmUI
{
public partial class XhsProjectSimulationCalcuFailedDlg : DevExpress.XtraEditors.XtraForm
{
public XhsProjectSimulationCalcuFailedDlg()
{
InitializeComponent();
this.IconOptions.Icon = Yw.WinFrmUI.GlobalParas.AppIcon;
}
///
/// 绑定数据
///
public void SetBindingData(List allFailedList)
{
this.xhsProjectSimulationHydroCalcuFailedCtrl1.SetBindingData(allFailedList);
}
}
}