Beispiel #1
0
 private void callAlForm()
 {
     al          = new newCompare_algorithm_Form(Verify, Path);
     al.setState = new DgState(conData.getDgState);
     al.setState(conData.State);
     al.setDgListAl = new DgData(conData.getDgListAl);
     al.setDgListAl(conData.ListAl);
     al.FormClosed += new FormClosedEventHandler(appear);
 }
Beispiel #2
0
 private void callAlForm()
 {
     al = new newCompare_algorithm_Form(Verify,Path);
     al.setState = new DgState(conData.getDgState);
     al.setState(conData.State);
     al.setDgListAl = new DgData(conData.getDgListAl);
     al.setDgListAl(conData.ListAl);
     al.FormClosed += new FormClosedEventHandler(appear);
 }