7 lines
No EOL
198 B
C#
7 lines
No EOL
198 B
C#
namespace LANCommander.Launcher.UI.Authenticate.Components;
|
|
|
|
public class AuthenticationFormState
|
|
{
|
|
public AuthenticationStage Stage { get; set; }
|
|
public string ServerAddress { get; set; }
|
|
} |