File: w_master.srw
Size: 347
Date: Tue, 22 Jan 2008 23:33:00 +0100
$PBExportHeader$w_master.srw
$PBExportComments$Extension Master Window class
forward
global type w_master from pfc_w_master
end type
end forward

global type w_master from pfc_w_master
end type
global w_master w_master

on w_master.create
call pfc_w_master::create
end on

on w_master.destroy
call pfc_w_master::destroy
end on