10 lines
177 B
C#
10 lines
177 B
C#
using Flexitime.Objects;
|
|
using Prism.Events;
|
|
|
|
namespace FlexitimeTaskbarUtility.Events
|
|
{
|
|
public class UserLoggedInEvent:PubSubEvent<LoginResponse>
|
|
{
|
|
}
|
|
}
|