File: w_about.srw
Size: 319
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_about.srw
$PBExportComments$Extension About window
forward
global type w_about from pfc_w_about
end type
end forward

global type w_about from pfc_w_about
end type
global w_about w_about

on w_about.create
call super::create
end on

on w_about.destroy
call super::destroy
end on