示例#1
0
 private void GoToWeatherPage()
 {
     if (_currentStation != null)
     {
         _appNav.Navigate <IWeatherPageViewModel>(_currentStation.City.Name);
     }
 }