File: u_wb.sru
Size: 297
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$u_wb.sru
$PBExportComments$Extension WebBrowser class
forward
global type u_wb from pfc_u_wb
end type
end forward

global type u_wb from pfc_u_wb
end type
global u_wb u_wb

on u_wb.create
call super::create
end on

on u_wb.destroy
call super::destroy
end on