File: w_main.srw
Size: 325
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$w_main.srw
$PBExportComments$Extension Main Window class
forward
global type w_main from pfc_w_main
end type
end forward

global type w_main from pfc_w_main
end type
global w_main w_main

on w_main.create
call pfc_w_main::create
end on

on w_main.destroy
call pfc_w_main::destroy
end on