Code cleanup

This commit is contained in:
2023-03-28 10:28:15 +02:00
parent cd69c18f56
commit b71c11249d

View File

@@ -46,7 +46,6 @@ namespace Password_Generator
CreateNoWindow = true
}
};
proc.Start();
StringBuilder builder = new StringBuilder();
@@ -61,7 +60,6 @@ namespace Password_Generator
MessageBox.Show(ex.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
return null;
}
}
}
}