Ejemplo n.º 1
0
        public void RemoveAuction()
        {
            Auctions.Remove(this);
            AuctionItem  = null;
            Safe.Auction = null;
            OnGoing      = false;

            ClaimPeriod = DateTime.MinValue;
        }