File: w_message.srw
Size: 359
Date: Tue, 22 Jan 2008 23:32:10 +0100
$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