コード例 #1
0
 public MainPage()
 {
     InitializeComponent();
     _restService = new RestService();
     Instance     = this;
 }
コード例 #2
0
 public MainPage()
 {
     InitializeComponent();
     _restService = new RestService();
 }
コード例 #3
0
 public MainPage()
 {
     InitializeComponent();
     _weatherService = RestService.For <IWeatherService>("http://api.openweathermap.org");
 }