Beispiel #1
0
 public void Initialize(string name)
 {
     pots = new QsysPotsController(name);
     fullRecentCallList            = new List <string>();
     pots.QsysPotsControllerEvent += new EventHandler <QsysEventsArgs>(softphone_QsysPotsControllerEvent);
 }
Beispiel #2
0
 public void Initialize(ushort _coreID, SimplSharpString _namedComponent)
 {
     this.pots = new QsysPotsController((int)_coreID, _namedComponent.ToString());
     this.pots.QsysPotsControllerEvent += new EventHandler <QsysEventsArgs>(softphone_QsysPotsControllerEvent);
 }