public void AddExpert(MtExpert expert) { lock (mExpertLocker) { Expert = expert; if (Expert != null) { if (Instrument != null) Expert.Symbol = Instrument.Symbol; Expert.Init(); } } }
public void AddExpert(MtExpert expert) { lock (mExpertLocker) { Expert = expert; if (Expert != null) { if (Instrument != null) { Expert.Symbol = Instrument.Symbol; } Expert.Init(); } } }