File: u_calendar.sru
Size: 367
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$u_calendar.sru
$PBExportComments$Extension Calendar class
forward
global type u_calendar from pfc_u_calendar
end type
end forward

global type u_calendar from pfc_u_calendar
end type
global u_calendar u_calendar

on u_calendar.create
call pfc_u_calendar::create
end on

on u_calendar.destroy
call pfc_u_calendar::destroy
end on