0 changes, idunno why git wants me to commit

This commit is contained in:
2023-03-31 07:18:38 +02:00
parent 21b51cac20
commit a590810c19

View File

@@ -24,7 +24,7 @@ namespace Password_Manager
} }
public string? GetOutput(string procName, string args) public string? GetOutput(string procName, string args)
{ {
try try
{ {
Process proc = new Process() Process proc = new Process()