Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs2797 public static bool ShowDialogNotValue(Form f, DialogResult drNotValue) in ShowDialogNotValue() argument
2801 if(f.ShowDialog() != drNotValue) in ShowDialogNotValue()