Exemplo n.º 1
0
 public static UInt64 GetStats(int uid,
     UploadStats uploadStats,
     int section = 0)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public UploadStartedEventArgs(UploadStats uploadStats)
 {
     this.uploadStats = uploadStats;
 }