uo_fileview_excel.sru 330 B

123456789101112131415161718
  1. $PBExportHeader$uo_fileview_excel.sru
  2. forward
  3. global type uo_fileview_excel from uo_fileview
  4. end type
  5. end forward
  6. global type uo_fileview_excel from uo_fileview
  7. end type
  8. global uo_fileview_excel uo_fileview_excel
  9. on uo_fileview_excel.create
  10. call super::create
  11. end on
  12. on uo_fileview_excel.destroy
  13. call super::destroy
  14. end on