コード例 #1
0
ファイル: category.php プロジェクト: alcf/chms
 protected function btnDelete_Click()
 {
     $this->mctClassifiedCategory->DeleteClassifiedCategory();
     ClassifiedCategory::RefreshOrderNumber();
     $this->ReturnToList();
 }