File: n_cst_winsrv.sru
Size: 409
Date: Sat, 23 Mar 2013 16:23:04 +0100
HA$PBExportHeader$n_cst_winsrv.sru
$PBExportComments$Extension Base Window Service class
forward
global type n_cst_winsrv from pfc_n_cst_winsrv
end type
end forward

global type n_cst_winsrv from pfc_n_cst_winsrv
end type
global n_cst_winsrv n_cst_winsrv

on n_cst_winsrv.create
TriggerEvent( this, "constructor" )
end on

on n_cst_winsrv.destroy
TriggerEvent( this, "destructor" )
end on