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

global type w_popup from pfc_w_popup
end type
global w_popup w_popup

on w_popup.create
call pfc_w_popup::create
end on

on w_popup.destroy
call pfc_w_popup::destroy
end on