File: w_child.srw
Size: 335
Date: Tue, 22 Jan 2008 23:33:01 +0100
$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