mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-27 15:21:42 +00:00
9 lines
165 B
C#
9 lines
165 B
C#
namespace NebulaAuth.View.Dialogs;
|
|
|
|
public partial class SetCryptPasswordDialog
|
|
{
|
|
public SetCryptPasswordDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |