示例#1
0
 public bool UpdateLocation(MyPhotosV2.Location location)
 {
     return(base.Channel.UpdateLocation(location));
 }
示例#2
0
 public System.Threading.Tasks.Task <bool> UpdateLocationAsync(MyPhotosV2.Location location)
 {
     return(base.Channel.UpdateLocationAsync(location));
 }
示例#3
0
 public bool AddLocation(MyPhotosV2.Location location)
 {
     return(base.Channel.AddLocation(location));
 }