using Prism.Events; namespace FATrace.WPLApp.Events { /// /// 请求刷新 Dashboard 统计信息的事件(无负载)。 /// public class DashboardRefreshEvent : PubSubEvent { } }