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