private void DisplayLocationSelector() { LocationSelect locationSelector = new LocationSelect(false); locationSelector.ShowDialog(); textBoxLatitude.Text = Globals.latitute.ToString(CultureInfo.InvariantCulture); textBoxLongitude.Text = Globals.longitude.ToString(CultureInfo.InvariantCulture); }
private async Task displayLocationSelector() { LocationSelect locationSelector = new LocationSelect(false); locationSelector.ShowDialog(); textBox3.Text = Globals.latitute.ToString(); textBox4.Text = Globals.longitude.ToString(); textBox5.Text = Globals.altitude.ToString(); }
private async Task displayLocationSelector() { LocationSelect locationSelector = new LocationSelect(); locationSelector.ShowDialog(); textBox3.Text = Globals.latitute.ToString(); textBox4.Text = Globals.longitude.ToString(); textBox5.Text = Globals.altitude.ToString(); }
private void DisplayLocationSelector() { LocationSelect locationSelector = new LocationSelect(false); locationSelector.ShowDialog(); textBox3.Text = Globals.latitute.ToString(CultureInfo.InvariantCulture); textBox4.Text = Globals.longitude.ToString(CultureInfo.InvariantCulture); textBox5.Text = Globals.altitude.ToString(CultureInfo.InvariantCulture); }