File: w_debuglog.srw
Size: 391
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_debuglog.srw
$PBExportComments$Extension display debuglog utility window used by the debug service
forward
global type w_debuglog from pfc_w_debuglog
end type
end forward

global type w_debuglog from pfc_w_debuglog
end type
global w_debuglog w_debuglog

on w_debuglog.create
call super::create
end on

on w_debuglog.destroy
call super::destroy
end on