Exemplo n.º 1
0
 public System.Threading.Tasks.Task <MyPhotos.Tag> UpdateTagAsync(MyPhotos.Tag tag)
 {
     return(base.Channel.UpdateTagAsync(tag));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <bool> AddTagAsync(MyPhotos.Tag tag, MyPhotos.DataFile file)
 {
     return(base.Channel.AddTagAsync(tag, file));
 }
Exemplo n.º 3
0
 public MyPhotos.Tag UpdateTag(MyPhotos.Tag tag)
 {
     return(base.Channel.UpdateTag(tag));
 }
Exemplo n.º 4
0
 public bool AddTag(MyPhotos.Tag tag, MyPhotos.DataFile file)
 {
     return(base.Channel.AddTag(tag, file));
 }