mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Renamed LockFile method
This commit is contained in:
parent
055dc97c26
commit
4f70033b41
1 changed files with 3 additions and 3 deletions
|
|
@ -451,8 +451,8 @@ private void StatusPanelTextInfo()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void LockFile()
|
private void UnlockFile()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
TypedPassword.Value = fileLockedKeyTextBox.Text;
|
TypedPassword.Value = fileLockedKeyTextBox.Text;
|
||||||
|
|
@ -1688,7 +1688,7 @@ private void FileLockedPanel_VisibleChanged(object sender, EventArgs e)
|
||||||
|
|
||||||
private void FileLockedOkButton_Click(object sender, EventArgs e)
|
private void FileLockedOkButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
LockFile();
|
UnlockFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void FileLockedCloseButton_MouseClick(object sender, MouseEventArgs e)
|
private void FileLockedCloseButton_MouseClick(object sender, MouseEventArgs e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue