File: w_child.srw
Size: 337
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_child.srw
$PBExportComments$Extension Child Window class
forward
global type w_child from pfc_w_child
end type
end forward

global type w_child from pfc_w_child
end type
global w_child w_child

on w_child.create
call pfc_w_child::create
end on

on w_child.destroy
call pfc_w_child::destroy
end on