コード例 #1
0
ファイル: UserManager.cs プロジェクト: trippleflux/jezatools
 public static UInt64 GetStats(int uid,
     UploadStats uploadStats,
     int section = 0)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public UploadStartedEventArgs(UploadStats uploadStats)
 {
     this.uploadStats = uploadStats;
 }