예제 #1
0
 public override void FileMetadataLoaded(DBRestClient client, string destPath, string contentType, DBMetadata metadata)
 {
     if (OnFileMetadataLoaded != null)
         OnFileMetadataLoaded (destPath, contentType, metadata);
 }
예제 #2
0
 public override void FileMetadataLoaded(DBRestClient client, string destPath, string contentType, DBMetadata metadata)
 {
     if (OnFileMetadataLoaded != null)
     {
         OnFileMetadataLoaded(destPath, contentType, metadata);
     }
 }