コード例 #1
0
ファイル: GameService.cs プロジェクト: neketka/CornellGoApp
 public GameService()
 {
     //Client = new CornellGoClient("https://10.0.2.2:5001/hub");
     Client = new CornellGoClient("https://cornellgo.herokuapp.com/hub");
     CrossGeolocator.Current.PositionChanged += (s, e) => PollLocation(e.Position);
     CrossGeolocator.Current.DesiredAccuracy  = 1;
 }
コード例 #2
0
 public GameService()
 {
     Client = new CornellGoClient("localhost:5000/hub");
 }