Ejemplo n.º 1
0
 public SDownloadEventResult(DownloadEventType eventType, SDownloadFileResult fileResult, SDownloadModuleConfig info, string error)
 {
     Error      = error;
     Info       = info;
     FileResult = fileResult;
     EventType  = eventType;
 }
Ejemplo n.º 2
0
 public SDownloadEventResult(DownloadEventType eventType, SDownloadFileResult fileResult)
     : this(eventType, fileResult, new SDownloadModuleConfig(), string.Empty)
 {
 }
Ejemplo n.º 3
0
 private void DownloadProgress(string moduleName, SDownloadFileResult result)
 {
 }