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