File: w_main.srw
Size: 323
Date: Tue, 22 Jan 2008 23:33:00 +0100
$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