Removed exception message if everything is ok again
This commit is contained in:
parent
fd5bd76db2
commit
980349449b
@ -307,6 +307,7 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
labelGeneralStatus.Text = $"Connection {ConnectionStatus.SUCCESSFUL}";
|
labelGeneralStatus.Text = $"Connection {ConnectionStatus.SUCCESSFUL}";
|
||||||
labelGeneralStatus.Text = $"Ok";
|
labelGeneralStatus.Text = $"Ok";
|
||||||
|
labelStatusBar.Text = "";
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user