Renamed ChangeKeyForm to ChangePasswordForm

This commit is contained in:
Alexander 2019-11-28 22:36:49 +02:00
parent 5534ebc507
commit e921869371
No known key found for this signature in database
GPG key ID: 1F83313BFEB322E9

View file

@ -6,9 +6,9 @@
namespace Crypto_Notepad
{
public partial class ChangeKeyForm : Form
public partial class ChangePasswordForm : Form
{
public ChangeKeyForm()
public ChangePasswordForm()
{
InitializeComponent();
statusLabel.Text = "";