Code formatting

This commit is contained in:
Alexander 2019-11-24 22:06:42 +02:00
parent ff2201d06b
commit 163d23565e

View file

@ -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
}
}