示例#1
0
文件: category.php 项目: alcf/chms
 protected function btnDelete_Click()
 {
     $this->mctClassifiedCategory->DeleteClassifiedCategory();
     ClassifiedCategory::RefreshOrderNumber();
     $this->ReturnToList();
 }