Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DOptionsForm.cs59 private Dictionary<int, string> m_dTsrUuids = new Dictionary<int, string>(); field in KeePass.Forms.OptionsForm
165 m_dTsrUuids[nTsrs] = strUuid; in OnFormLoad()
783 m_dTsrUuids.TryGetValue(m_cmbMenuStyle.SelectedIndex, out strUuid); in SaveOptions()