File: w_response.srw
Size: 373
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_response.srw
$PBExportComments$Extension Response Window class
forward
global type w_response from pfc_w_response
end type
end forward

global type w_response from pfc_w_response
end type
global w_response w_response

on w_response.create
call pfc_w_response::create
end on

on w_response.destroy
call pfc_w_response::destroy
end on