예제 #1
0
 public UploadService(UploadPhotoHandler uploadPhotoHandler, EventBus eventBus)
 {
     this.EventBus           = eventBus;
     this.uploadPhotoHandler = uploadPhotoHandler;
     this.uploadController   = new PhotoUploadController();
     StartThread();
 }
예제 #2
0
 public UploadService(UploadPhotoHandler uploadPhotoHandler) : this(uploadPhotoHandler, EventBusCurrent.Current)
 {
 }