Exemple #1
0
 public string GetDeviceIpAddress(string deviceId)
 {
     return(_view.GetDeviceIpAddress(deviceId));
 }
Exemple #2
0
 public string GetDeviceIpAddress(string deviceId)
 {
     return(platform.GetDeviceIpAddress(deviceId));
 }