mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-08-03 10:09:19 +00:00
12 lines
279 B
C#
12 lines
279 B
C#
namespace NebulaAuth.View.Dialogs;
|
|
|
|
/// <summary>
|
|
/// Логика взаимодействия для SetCryptPasswordDialog.xaml
|
|
/// </summary>
|
|
public partial class SetCryptPasswordDialog
|
|
{
|
|
public SetCryptPasswordDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |