123456789101112131415161718192021222324252627 |
- $PBExportHeader$uo_v2_dwhelper.sru
- forward
- global type uo_v2_dwhelper from nonvisualobject
- end type
- end forward
- global type uo_v2_dwhelper from nonvisualobject
- end type
- global uo_v2_dwhelper uo_v2_dwhelper
- forward prototypes
- public subroutine uf_testscript ()
- end prototypes
- public subroutine uf_testscript ();// 测试用例
- end subroutine
- on uo_v2_dwhelper.create
- call super::create
- TriggerEvent( this, "constructor" )
- end on
- on uo_v2_dwhelper.destroy
- TriggerEvent( this, "destructor" )
- call super::destroy
- end on
|