File: w_about.srw
Size: 317
Date: Tue, 22 Jan 2008 23:32:12 +0100
$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