コード例 #1
0
 public virtual void ScreenletImageUploadStart(ImageGalleryScreenlet screenlet, ImageEntryUpload imageEntryUpload)
 {
     Console.WriteLine($"Image gallery image upload start: {imageEntryUpload.DebugDescription}");
 }
コード例 #2
0
 public virtual void ScreenletImageUploadProgress(ImageGalleryScreenlet screenlet, ImageEntryUpload imageEntryUpload, ulong totalBytesSent, ulong totalBytesToSend)
 {
     Console.WriteLine($"Image gallery image upload progress: {imageEntryUpload.DebugDescription}");
 }