Exemple #1
0
 public DelegateAscanUpdate(uint ascanNum)
 {
     this.ascanNum   = ascanNum;
     ascanDrawEvent += new ascanDraw(FormList.MDIChild[ascanNum].updateAscan);
 }
Exemple #2
0
 public DelegateAscanUpdate()
 {
     ascanDrawEvent += new ascanDraw(FormList.MDIChild.updateAscan);
 }