2025-11-07 20:19:13 -06:00
|
|
|
namespace LANCommander.Launcher.UI.Components;
|
2025-01-20 12:10:30 -06:00
|
|
|
|
|
|
|
|
public class AuthenticationFormState
|
|
|
|
|
{
|
|
|
|
|
public AuthenticationStage Stage { get; set; }
|
2025-09-24 20:58:23 -05:00
|
|
|
public Uri ServerAddress { get; set; }
|
2025-01-20 12:10:30 -06:00
|
|
|
}
|