mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-08-01 17:27:34 +00:00
9 lines
152 B
C#
9 lines
152 B
C#
namespace NebulaAuth.View.Dialogs;
|
|
|
|
public partial class SdaPasswordDialog
|
|
{
|
|
public SdaPasswordDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |