File: w_find.srw
Size: 309
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_find.srw
$PBExportComments$Extension Find window
forward
global type w_find from pfc_w_find
end type
end forward

global type w_find from pfc_w_find
end type
global w_find w_find

on w_find.create
call super::create
end on

on w_find.destroy
call super::destroy
end on