示例#1
0
 public void RemoveUpdateHandler(string videoId, Action <ThumbnailInfo> handler)
 {
     _mgr.RemoveUpdateHandler(videoId, handler);
 }