Improved code style.

This commit is contained in:
Kevin Thompson
2019-06-16 17:24:43 -04:00
parent 52322afeaa
commit 91f6a680cf

View File

@@ -93,10 +93,7 @@ namespace TestProtocol
try try
{ {
if( this.Disconnected != null ) this.Disconnected?.Invoke();
{
this.Disconnected();
}
} }
catch catch
{ } { }