File: u_calculator.sru
Size: 391
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$u_calculator.sru
$PBExportComments$Extension Calculator class
forward
global type u_calculator from pfc_u_calculator
end type
end forward

global type u_calculator from pfc_u_calculator
end type
global u_calculator u_calculator

on u_calculator.create
call pfc_u_calculator::create
end on

on u_calculator.destroy
call pfc_u_calculator::destroy
end on