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