예제 #1
0
파일: editgroup.php 프로젝트: himmelex/NTW
 function showContent()
 {
     $form = new GroupEditForm($this, $this->group);
     $form->show();
 }