File: n_ostg.sru
Size: 388
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$n_ostg.sru
$PBExportComments$Extension OLEStorage class
forward
global type n_ostg from pfc_n_ostg
end type
end forward

global type n_ostg from pfc_n_ostg
end type
global n_ostg n_ostg

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

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