Exemplo n.º 1
0
 internal void NextPerson()
 {
     if (_queueServiceApi != null && _queueData.ConnectionEstablished)
     {
         _queueServiceApi.NextPerson();
     }
 }