Пример #1
0
 private void StartBiddingIn(FakeAuctionServer auction)
 {
     try
     {
         var auctionForm = new AuctionForm(XMPP_HOSTNAME, SNIPER_ID, SNIPER_PASSWORD, auction.GetItemID());
         Application.Run(auctionForm);
     }
     catch (Exception e)
     {
         System.Console.WriteLine(e.StackTrace);
     }
 }
 public void StartBiddingIn(FakeAuctionServer auction)
 {
     throw new NotImplementedException();
 }