LANCommander/LANCommander.Launcher/UI/Authenticate/Components/AuthenticationFormState.cs

7 lines
195 B
C#
Raw Permalink Normal View History

namespace LANCommander.Launcher.UI.Authenticate.Components;
public class AuthenticationFormState
{
public AuthenticationStage Stage { get; set; }
public Uri ServerAddress { get; set; }
}