File: n_oo.sru
Size: 369
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$n_oo.sru
$PBExportComments$Extension OLEObject class
forward
global type n_oo from pfc_n_oo
end type
end forward

global type n_oo from pfc_n_oo
end type
global n_oo n_oo

on n_oo.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_oo.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on

  • pfc_n_oo n_oo(sru)