File: pfc_u_tabpg.sru
Size: 369
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$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