コード例 #1
0
 public UpdatedPointMessage(FishingPoint.Web.Point point)
 {
     this.Point = point;
 }
コード例 #2
0
 public LaunchNewPointMessage(FishingPoint.Web.Point point)
 {
     this.Point = point;
 }