コード例 #1
0
ファイル: Reference.cs プロジェクト: imsaha/SafeCityDemo
 public System.Threading.Tasks.Task <int> AddLocationAsync(SafeCityDemoApp.SafeCityDemoServiceReference.Location location)
 {
     return(base.Channel.AddLocationAsync(location));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: imsaha/SafeCityDemo
 public int AddLocation(SafeCityDemoApp.SafeCityDemoServiceReference.Location location)
 {
     return(base.Channel.AddLocation(location));
 }