コード例 #1
0
 public bool UpdateLandScape(MyPhotosV2.LandScape landScape)
 {
     return(base.Channel.UpdateLandScape(landScape));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <bool> UpdateLandScapeAsync(MyPhotosV2.LandScape landScape)
 {
     return(base.Channel.UpdateLandScapeAsync(landScape));
 }
コード例 #3
0
 public bool AddLandScape(MyPhotosV2.LandScape landScape)
 {
     return(base.Channel.AddLandScape(landScape));
 }