File: u_rbb.sru
Size: 305
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$u_rbb.sru
$PBExportComments$Extension RibbonBar class
forward
global type u_rbb from pfc_u_rbb
end type
end forward

global type u_rbb from pfc_u_rbb
end type
global u_rbb u_rbb

on u_rbb.create
call super::create
end on

on u_rbb.destroy
call super::destroy
end on