Ejemplo n.º 1
0
        void OnModifyPreferredLeg(LegVM leg, bool obj)
        {
            if (this._accountVm.IsConnected)
            {
                this._accountVm.Host.PortfSetPreferredLeg(this.Id, leg.Name);
            }

            _accountVm.PublishChanged();
        }