예제 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     map.ShowDialog();
     txtLocation.Text = $"{map.Location.Longitude}:{map.Location.Latitude}";
     txtLocation.Items.Clear();
     ReadLocationFromDB();
 }
예제 #2
0
파일: frmMain.cs 프로젝트: sonwa/iOSRelease
 private void button1_Click(object sender, EventArgs e)
 {
     map.ShowDialog();
     txtLocation.Text = $"{map.Location.Longitude} : {map.Location.Latitude}";
 }