Files
Nebula-Auth/src/NebulaAuth/View/Dialogs/SetCryptPasswordDialog.xaml.cs
T
2025-11-07 10:35:10 +02:00

9 lines
165 B
C#

namespace NebulaAuth.View.Dialogs;
public partial class SetCryptPasswordDialog
{
public SetCryptPasswordDialog()
{
InitializeComponent();
}
}