Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Timmy2000 on January 01, 1970, 12:00:00 AM
-
Dear Genesys Gurus,
I am using GIS with C# and I have a question:
should I do:
DesktopToolkitX.TEventInfo teventInfo = new DesktopToolkitX.TEventInfoClass();
or
DesktopToolkitX.TEventInfo teventInfo = new DesktopToolkitX.TEventInfo();
I am not very clear on it.