Esempio n. 1
0
 private void btnIntoList_Click(object sender, EventArgs e)
 {
     fController.CreateLocationRecord();
 }
Esempio n. 2
0
 private void btnIntoList_Click(object sender, EventArgs e)
 {
     fController.CreateLocationRecord(ListPlaces.GetSelectedItems());
 }