Ejemplo n.º 1
0
 void apiClient_ConnectionStateChanged(object sender, Mt5ConnectionEventArgs e)
 {
     ConnectionStateChanged.FireEvent(this
                                      , new ConnectionEventArgs(ConvertConnectionState(e.Status), e.ConnectionMessage));
 }