Improved code style.
This commit is contained in:
@@ -93,10 +93,7 @@ namespace TestProtocol
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if( this.Disconnected != null )
|
this.Disconnected?.Invoke();
|
||||||
{
|
|
||||||
this.Disconnected();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{ }
|
{ }
|
||||||
|
|||||||
Reference in New Issue
Block a user