File: w_child.srw
Size: 338
Date: Sat, 08 May 2021 23:34:23 +0200
$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