示例#1
0
文件: question.php 项目: alcf/chms
 protected function btnDelete_Click()
 {
     $this->mctQuestion->FormQuestion->DeleteAllFormAnswers();
     $this->mctQuestion->DeleteFormQuestion();
     FormQuestion::RefreshOrderNumber($this->objSignupForm->Id);
     QApplication::Redirect('/events/form.php/' . $this->objSignupForm->Id);
 }