Removing unused variable
This commit is contained in:
@@ -35,7 +35,6 @@ public partial class GeneratePassword : Form
|
|||||||
}
|
}
|
||||||
|
|
||||||
PasswordGenerator.ExceptionOccured += (e) => MessageBox.Show(e.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
PasswordGenerator.ExceptionOccured += (e) => MessageBox.Show(e.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
string filePath = $"{currentPath}\\{passwordName.Text}";
|
|
||||||
File.WriteAllText(
|
File.WriteAllText(
|
||||||
currentPath + $"\\{passwordName.Text}.gpg",
|
currentPath + $"\\{passwordName.Text}.gpg",
|
||||||
PasswordGenerator.New(
|
PasswordGenerator.New(
|
||||||
|
|||||||
Reference in New Issue
Block a user