예제 #1
0
 public int AddGetWebRequest(string webUrl, float timeOut, Action <bool, string, byte[]> callAction)
 {
     return(webManager.AddGetWebRequest(webUrl, timeOut, callAction));
 }