2026-03-05 10:12:03 +01:00
|
|
|
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;
|