8 lines
192 B
C#
8 lines
192 B
C#
|
|
namespace Wino.Messaging.Client.Calendar
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// Raised when OnNavigatedTo of CalendarPage is called.
|
|||
|
|
/// </summary>
|
|||
|
|
public record CalendarInitializedMessage;
|
|||
|
|
}
|