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