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