mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 06:14:31 +00:00
1e65cd4a06
NebulaAuth: - Added MAAC and PortableMaClient for multi-confirmations - Code clean-ups, removed unused classes, refactoring of old files - SteamLib updated - Localization and UI updates - Dependcies updated to the last version LegacyConverter: - Added mode to decrypt mafiles
12 lines
273 B
C#
12 lines
273 B
C#
namespace NebulaAuth.View.Dialogs;
|
|
|
|
/// <summary>
|
|
/// Логика взаимодействия для LoginAgainDialog.xaml
|
|
/// </summary>
|
|
public partial class LoginAgainOnImportDialog
|
|
{
|
|
public LoginAgainOnImportDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |