File: w_message.srw
Size: 361
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_message.srw
$PBExportComments$Extension Message Service "MessageBox Window".
forward
global type w_message from pfc_w_message
end type
end forward

global type w_message from pfc_w_message
end type
global w_message w_message

on w_message.create
call super::create
end on

on w_message.destroy
call super::destroy
end on