File: n_ms.sru
Size: 372
Date: Sat, 08 May 2021 23:34:23 +0200
$PBExportHeader$n_ms.sru
$PBExportComments$Extension Mail Session class
forward
global type n_ms from pfc_n_ms
end type
end forward

global type n_ms from pfc_n_ms
end type
global n_ms n_ms

on n_ms.create
call super::create
TriggerEvent( this, "constructor" )
end on

on n_ms.destroy
call super::destroy
TriggerEvent( this, "destructor" )
end on

  • pfc_n_ms n_ms(sru)