예제 #1
0
        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();
        }
예제 #2
0
 public void setResultForm(ResultQs resultQs)
 {
     this.resultForm = resultQs;
 }