Ejemplo n.º 1
0
 public CScanSeries(TChart tchart, CscanConfig cscanCofig)
 {
     this.tchart     = tchart;
     this.cscanCofig = cscanCofig;
     initSeries();
     this.rcdCnt  = 0;
     this.cellnum = 0;
 }
Ejemplo n.º 2
0
        public FormImage()
        {
            InitializeComponent();
            promanager = new FormProManager();

            addFormToPanels(promanager, splitContainer4.Panel1);


            bscanCofig = new BscanCofig();
            cscanCofig = new CscanConfig();
            //formBscanSet = new FormBscanSet(bscanCofig);
        }
Ejemplo n.º 3
0
 public FormCscanSet(CscanConfig cscanConfig, BscanCofig bscanCofig)
 {
     InitializeComponent();
     this.cscanConfig = cscanConfig;
     this.bscanCofig  = bscanCofig;
 }