10 lines
141 B
C#
10 lines
141 B
C#
![]() |
using Newtonsoft.Json.Linq;
|
|||
|
using Prism.Events;
|
|||
|
|
|||
|
namespace SWS.CAD.Event
|
|||
|
{
|
|||
|
public class loginEvent: PubSubEvent<JToken>
|
|||
|
{
|
|||
|
}
|
|||
|
}
|