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