123456789101112131415161718 |
- $PBExportHeader$uo_fileview_excel.sru
- forward
- global type uo_fileview_excel from uo_fileview
- end type
- end forward
- global type uo_fileview_excel from uo_fileview
- end type
- global uo_fileview_excel uo_fileview_excel
- on uo_fileview_excel.create
- call super::create
- end on
- on uo_fileview_excel.destroy
- call super::destroy
- end on
|