File: n_dda.sru
Size: 388
Date: Tue, 22 Jan 2008 23:32:48 +0100
$PBExportHeader$n_dda.sru
$PBExportComments$Extension DynamicDescriptionArea class
forward
global type n_dda from pfc_n_dda
end type
end forward

global type n_dda from pfc_n_dda
end type
global n_dda n_dda

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

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