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