コード例 #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}";
 }