예제 #1
0
 public BinderImpl(VideoDownloadService service) : base(service)
 {
 }
예제 #2
0
 protected Binder(VideoDownloadService service)
 {
     Service = service;
 }