namespace HStation.WinFrmUI { public partial class ValveChartExcelImportCtrl : DevExpress.XtraEditors.XtraUserControl { public ValveChartExcelImportCtrl() { InitializeComponent(); } private Yw.Ahart.eCurveType _curve_type; /// /// 绑定数据 /// public void SetBindingData(string file_path, Yw.Ahart.eCurveType curve_type) { } /// /// 获取 /// public Yw.Vmo.PhartDiagramExGraphListVmo Get() { return null; } } }