Beispiel #1
0
 public bool CheckForInternetConnection(out string site)
 {
     site = RUtil.INTERNET_CHECK_SITE;
     return(RUtil.CheckForInternetConnection());
 }
Beispiel #2
0
 public bool CheckForInternetConnection()
 {
     return(RUtil.CheckForInternetConnection());
 }