Ejemplo n.º 1
0
 public void AsyncContinue()
 {
     state = StateType.Wait;
     HttpDownload.Add(this);
 }
Ejemplo n.º 2
0
 public void AsyncLoad()
 {
     state = StateType.Wait;
     HttpDownload.Add(this);
 }