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