stuff
This commit is contained in:
@@ -26,6 +26,11 @@ namespace Password_Manager
|
||||
gp.ShowDialog();
|
||||
}
|
||||
|
||||
private void CancelPressed(object sender, EventArgs e)
|
||||
{
|
||||
Close();
|
||||
}
|
||||
|
||||
private void Decrypt(object sender, EventArgs e)
|
||||
{
|
||||
string fileName = ResultList.Text;
|
||||
@@ -55,6 +60,8 @@ namespace Password_Manager
|
||||
{
|
||||
MessageBox.Show(ex.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
}
|
||||
|
||||
Close();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user