Beispiel #1
0
 public System.Threading.Tasks.Task <bool> AddTagAsync(MyPhotos.Tag tag, MyPhotos.DataFile file)
 {
     return(base.Channel.AddTagAsync(tag, file));
 }
Beispiel #2
0
 public bool AddTag(MyPhotos.Tag tag, MyPhotos.DataFile file)
 {
     return(base.Channel.AddTag(tag, file));
 }
Beispiel #3
0
 public MyPhotos.DataFile UpdateDataFile(MyPhotos.DataFile file)
 {
     return(base.Channel.UpdateDataFile(file));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <MyPhotos.DataFile> UpdateDataFileAsync(MyPhotos.DataFile file)
 {
     return(base.Channel.UpdateDataFileAsync(file));
 }
Beispiel #5
0
 public bool AddDataFile(MyPhotos.DataFile file)
 {
     return(base.Channel.AddDataFile(file));
 }