" /> C# new question - Genesys CTI User Forum

Author Topic: C# new question  (Read 2894 times)

Timmy2000

  • Guest
C# new question
« on: January 01, 1970, 12:00:00 AM »
Advertisement
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.