private void callTsForm() { ts = new newCompare_test_Form(Verify, Path); ts.setState = new DgState(conData.getDgState); ts.setState(conData.State); ts.setDgListTs = new DgData(conData.getDgListTs); ts.setDgListTs(conData.ListTs); ts.FormClosed += new FormClosedEventHandler(appear); }
private void callTsForm() { ts = new newCompare_test_Form(Verify,Path); ts.setState = new DgState(conData.getDgState); ts.setState(conData.State); ts.setDgListTs = new DgData(conData.getDgListTs); ts.setDgListTs(conData.ListTs); ts.FormClosed += new FormClosedEventHandler(appear); }