File: w_sqlspyinspect.srw
Size: 401
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_sqlspyinspect.srw
$PBExportComments$Extension SQL Spy Inspect window
forward
global type w_sqlspyinspect from pfc_w_sqlspyinspect
end type
end forward

global type w_sqlspyinspect from pfc_w_sqlspyinspect
end type
global w_sqlspyinspect w_sqlspyinspect

on w_sqlspyinspect.create
call super::create
end on

on w_sqlspyinspect.destroy
call super::destroy
end on