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