初版
This commit is contained in:
9
FATrace.WPLApp/Events/DashboardEvents.cs
Normal file
9
FATrace.WPLApp/Events/DashboardEvents.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Prism.Events;
|
||||
|
||||
namespace FATrace.WPLApp.Events
|
||||
{
|
||||
/// <summary>
|
||||
/// 请求刷新 Dashboard 统计信息的事件(无负载)。
|
||||
/// </summary>
|
||||
public class DashboardRefreshEvent : PubSubEvent<bool> { }
|
||||
}
|
||||
Reference in New Issue
Block a user