Renamed LockFile method

This commit is contained in:
Alexander 2019-10-26 00:04:05 +03:00
parent 055dc97c26
commit 4f70033b41

View file

@ -451,8 +451,8 @@ private void StatusPanelTextInfo()
}
}
private void LockFile()
{
private void UnlockFile()
{
try
{
TypedPassword.Value = fileLockedKeyTextBox.Text;
@ -1688,7 +1688,7 @@ private void FileLockedPanel_VisibleChanged(object sender, EventArgs e)
private void FileLockedOkButton_Click(object sender, EventArgs e)
{
LockFile();
UnlockFile();
}
private void FileLockedCloseButton_MouseClick(object sender, MouseEventArgs e)