uo_v2_dwhelper.sru 525 B

123456789101112131415161718192021222324252627
  1. $PBExportHeader$uo_v2_dwhelper.sru
  2. forward
  3. global type uo_v2_dwhelper from nonvisualobject
  4. end type
  5. end forward
  6. global type uo_v2_dwhelper from nonvisualobject
  7. end type
  8. global uo_v2_dwhelper uo_v2_dwhelper
  9. forward prototypes
  10. public subroutine uf_testscript ()
  11. end prototypes
  12. public subroutine uf_testscript ();// 测试用例
  13. end subroutine
  14. on uo_v2_dwhelper.create
  15. call super::create
  16. TriggerEvent( this, "constructor" )
  17. end on
  18. on uo_v2_dwhelper.destroy
  19. TriggerEvent( this, "destructor" )
  20. call super::destroy
  21. end on