File: w_main.srw
Size: 326
Date: Sat, 08 May 2021 23:34:23 +0200
$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