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