File: m_master.srm
Size: 310
Date: Sun, 16 Mar 2025 05:42:20 +0100
//objectcomments Extended for PFC Examples Application.
forward
global type m_master from pfc_m_master
end type
end forward

global type m_master from pfc_m_master
end type
global m_master m_master

on m_master.create
m_master=this
call super::create
end on

on m_master.destroy
call super::destroy
end on

  •  (srm)