Minor refactoring to remove code syle warnings

This commit is contained in:
vdemydiuk
2018-02-19 13:37:43 +02:00
parent 3a4f561836
commit c9c188f697
8 changed files with 28 additions and 31 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ namespace MtApi5
{
public class Mt5ConnectionEventArgs: EventArgs
{
public Mt5ConnectionState Status { get; private set; }
public string ConnectionMessage { get; private set; }
public Mt5ConnectionState Status { get; }
public string ConnectionMessage { get; }
public Mt5ConnectionEventArgs(Mt5ConnectionState status, string message)
{