private void StartForm_Load(object sender, EventArgs e) { resultQs = new ResultQs(this); this.KeyPreview = true; ApplyEclipse(); this.Eclipse.ApplyElipse(this, 40); QA.getInstance().setPanel(panelRootOption, zoomImg1); ResultDataQs.getInstance().setZoomImg(zoomImg1); SetResultData(); pnRoot.Controls.SetChildIndex(zoomImg1, 0); time = QA.getInstance().getTime(); if (time != 0) { timer1_Tick(null, null); timer1.Start(); } Init(); }
public void setResultForm(ResultQs resultQs) { this.resultForm = resultQs; }