File: pfc_u_tabpg.sru
Size: 367
Date: Tue, 22 Jan 2008 23:30:00 +0100
$PBExportHeader$pfc_u_tabpg.sru
$PBExportComments$PFC TabPage class
forward
global type pfc_u_tabpg from u_base
end type
end forward

global type pfc_u_tabpg from u_base
end type
global pfc_u_tabpg pfc_u_tabpg

type variables

end variables

on pfc_u_tabpg.create
call u_base::create
end on

on pfc_u_tabpg.destroy
call u_base::destroy
end on