mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-23 15:50:12 +08:00
7 lines
121 B
C#
7 lines
121 B
C#
using Prism.Events;
|
|
|
|
namespace DownKyi.Events
|
|
{
|
|
public class NavigationEvent : PubSubEvent<NavigationParam> { }
|
|
}
|