File: w_debuglog.srw
Size: 389
Date: Tue, 22 Jan 2008 23:33:08 +0100
$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