public void SetupBuilder() { if (IsConnected) { ConnectLogic.Disconnect(); IsConnected = false; } ConnectLogic = new FdkConnectLogic(Address, Login, Password) { RootPath = Path }; ConnectLogic.TradeWrapper.SetupBuilder(Address, Login, Password, this.Path); }