namespace HStation.WinFrmUI { /// /// 查看项目列表 /// public interface IMapViewProjectListEvents : IWebBrowerEvents { /// /// 跳转方案 /// public event Action JumpSimulationEvent; } }