Beispiel #1
0
        public void StartSellingItem()
        {
            var id = TestHelper.ToJId(
                string.Format(ItemIdAsLogin, this.ItemId)
                );

            this.Connection.User     = id.User;
            this.Connection.Server   = id.Server;
            this.Connection.Resource = id.Resource;
            this.Connection.Password = AuctionPassword;

            mQueue.AssignEvents(this.Connection);

            this.Connection.Connect();
            ConsoleAppHelper.WaitConnectingTo(this.Connection);
        }