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);
|
||||
string filePath = $"{currentPath}\\{passwordName.Text}";
|
||||
File.WriteAllText(
|
||||
currentPath + $"\\{passwordName.Text}.gpg",
|
||||
PasswordGenerator.New(
|
||||
|
||||
Reference in New Issue
Block a user