public frmAuction() { InitializeComponent(); isLoged = false; auctionLog = new AuctionLog(false); orderPageHandle = new OrderPageHandle(auctionLog); orderPageHandleOld = new OrderPageHandleOld(auctionLog); orderPageHandleQuestion = new OrderPageHandleQuestion(auctionLog); productPageHandle = new ProductPageHandle(auctionLog); auctionOperations = new AuctionOperations(auctionLog); }
public OrderPageHandleOld(AuctionLog auctionLog) { this.auctionLog = auctionLog; auctionOperations = new AuctionOperations(auctionLog); checkCodeForm = new CheckCodeForm(); }
public OrderPageHandle(AuctionLog auctionLog) { this.auctionLog = auctionLog; auctionOperations = new AuctionOperations(auctionLog); checkCodeForm = new CheckCodeForm(); }