mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Renamed ChangeKeyForm to ChangePasswordForm
This commit is contained in:
parent
5534ebc507
commit
e921869371
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
namespace Crypto_Notepad
|
||||
{
|
||||
public partial class ChangeKeyForm : Form
|
||||
public partial class ChangePasswordForm : Form
|
||||
{
|
||||
public ChangeKeyForm()
|
||||
public ChangePasswordForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
statusLabel.Text = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue