public static string AskList(string message, IEnumerable<string> items, string parDefaut = "", bool showListIfOnlyOne = true, bool removeCancelButton = false, bool returnNullIfCancel = false, IWin32Window iw = null)
public static string AskList(string message, IDictionary<string, string> items, string parDefaut = "", bool showListIfOnlyOne = true, bool removeCancelButton = false, bool returnNullIfCancel = false, IWin32Window iw = null)
public static string AskList(string message, IEnumerable<(string id, string lib)> items, string parDefaut = "", bool showListIfOnlyOne = true, bool removeCancelButton = false, bool returnNullIfCancel = false, IWin32Window iw = null)