Пример #1
0
        internal void Buy(BuyDiamondInMarket bd)
        {
            //switch (bd.buyType)
            //{
            //    case "mile":
            //        {
            //            if (this.mile_Price != null)
            //            {

            //            }
            //            //this.mile_Price = sa.price;
            //            //this._priceChanged(sa.sellType, this.mile_Price.Value);
            //        }; break;
            //    case "business":
            //        {
            //            this.business_Price = sa.price;
            //            this._priceChanged(sa.sellType, this.business_Price.Value);
            //        }; break;
            //    case "volume":
            //        {
            //            this.volume_Price = sa.price;
            //            this._priceChanged(sa.sellType, this.volume_Price.Value);
            //        }; break;
            //    case "speed":
            //        {
            //            this.speed_Price = sa.price;
            //            this._priceChanged(sa.sellType, this.speed_Price.Value);
            //        }; break;
            //}
            // throw new NotImplementedException();
        }
Пример #2
0
 internal void Buy(BuyDiamondInMarket bd)
 {
 }