コード例 #1
0
 public IAsyncAction RemoveAsync(GalleryInfo gallery, string note)
 {
     return(Removed.AddAsync(gallery, note));
 }