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
{
if( this.Disconnected != null )
{
this.Disconnected();
}
this.Disconnected?.Invoke();
}
catch
{ }