8 lines
242 B
C#
8 lines
242 B
C#
namespace Wino.Messaging.Client.Navigation;
|
|
|
|
/// <summary>
|
|
/// User clicked "Get Started" on the welcome page.
|
|
/// App should close the welcome window and open the shell window.
|
|
/// </summary>
|
|
public record GetStartedFromWelcomeRequested;
|