Removing MessageBox call because it won't work no longer due to reverse dependency
This commit is contained in:
@@ -51,7 +51,6 @@ sealed class ProcessBuilder
|
|||||||
return builder.ToString();
|
return builder.ToString();
|
||||||
} catch (Exception e)
|
} catch (Exception e)
|
||||||
{
|
{
|
||||||
MessageBox.Show(e.ToString(), "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
|
||||||
ProcessFailed?.Invoke(e);
|
ProcessFailed?.Invoke(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user