Ejemplo n.º 1
0
        private void ButtonAddLocation_Click(object sender, RoutedEventArgs e)
        {
            PopupAddLocation.IsOpen = false;

            client.AddWeatherLocationAsync(Settings.CachedAuthenticationToken, TextBoxAddLocation.Text);
        }