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