diff --git a/Crypto Notepad/Forms/PasswordGeneratorFrom.cs b/Crypto Notepad/Forms/PasswordGeneratorFrom.cs index 00ea07f..e623087 100644 --- a/Crypto Notepad/Forms/PasswordGeneratorFrom.cs +++ b/Crypto Notepad/Forms/PasswordGeneratorFrom.cs @@ -160,8 +160,6 @@ private void PasswordsListTextBox_TextChanged(object sender, EventArgs e) } } - #endregion - private void CopyLastButton_MouseEnter(object sender, EventArgs e) { passwordGeneratorToolTip.SetToolTip(copyLastButton, null); @@ -171,5 +169,8 @@ private void CopyAllButton_MouseEnter(object sender, EventArgs e) { passwordGeneratorToolTip.SetToolTip(copyAllButton, null); } + #endregion + + } }