Home
last modified time | relevance | path

Searched refs:CreateLocationRecord (Results 1 – 3 of 3) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/
H A DTTPlacesManagerDlg.cs86 fController.CreateLocationRecord(ListPlaces.GetSelectedItems()); in btnIntoList_Click()
91 fController.CreateLocationRecord(ListPlaces.GetSelectedItems()); in ListPlaces_DblClick()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DTTPlacesManagerDlg.cs87 fController.CreateLocationRecord(ListPlaces.GetSelectedItems()); in btnIntoList_Click()
92 fController.CreateLocationRecord(ListPlaces.GetSelectedItems()); in ListPlaces_DblClick()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Controllers/
H A DPlacesManagerController.cs72 public void CreateLocationRecord(IList<object> placesList) in CreateLocationRecord() method in GKCore.Controllers.PlacesManagerController