File: w_zoom.srw
Size: 316
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_zoom.srw
$PBExportComments$Extension Zoom dialog window
forward
global type w_zoom from pfc_w_zoom
end type
end forward

global type w_zoom from pfc_w_zoom
end type
global w_zoom w_zoom

on w_zoom.create
call super::create
end on

on w_zoom.destroy
call super::destroy
end on