File: n_cst_colorconv.sru
Size: 364
Date: Sat, 08 May 2021 23:34:22 +0200
$PBExportHeader$n_cst_colorconv.sru
$PBExportComments$Extension Color Conversion Service
forward
global type n_cst_colorconv from pfc_n_cst_colorconv
end type
end forward

global type n_cst_colorconv from pfc_n_cst_colorconv
end type

on n_cst_colorconv.create
call super::create
end on

on n_cst_colorconv.destroy
call super::destroy
end on