These were meant to be events. Correcting now.
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Password_Manager
|
||||
public delegate void ProcessFailure(Exception e);
|
||||
static class ProcessBuilder
|
||||
{
|
||||
public ProcessSuccess? ProcessFinished;
|
||||
public ProcessFailure? ProcessFailed;
|
||||
public event ProcessSuccess? ProcessFinished;
|
||||
public event ProcessFailure? ProcessFailed;
|
||||
|
||||
public static void Run(string procName, string args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user