- Move all Launcher components to LANCommander.Launcher.UI namespace - Move all SCSS files next to components (when possible) - Refactor styles that control overflow of content into titlebar to MainWindow only - Remove use in launcher UI of SDK.Client
7 lines
No EOL
171 B
C#
7 lines
No EOL
171 B
C#
namespace LANCommander.Launcher.UI;
|
|
|
|
public class AuthenticationFormState
|
|
{
|
|
public AuthenticationStage Stage { get; set; }
|
|
public Uri ServerAddress { get; set; }
|
|
} |