Ejemplo n.º 1
0
 /// <summary>
 /// Get the black address at the specified index on the blacklist</summary>
 public string GetBlackAddressAt(int index)
 {
     return(_udpManager.GetBlackAddressAt(index));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Get the black address at the specified index on the blacklist</summary>
 public string GetBlackAddressAt(int index)
 {
     return(udpm.GetBlackAddressAt(index));
 }